diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-02 14:27:22 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 09:54:42 -0400 |
commit | b28f3f09bd0fb28dc48af8d327921b7c02ceb088 (patch) | |
tree | 5c1bcdd432ed778d2cd36f701f8b82eb4b6928e7 /.gitignore | |
parent | f9611cd0d2551ae706ace520d6d2a6f3513499e8 (diff) | |
download | zipstream-php-b28f3f09bd0fb28dc48af8d327921b7c02ceb088.tar.bz2 zipstream-php-b28f3f09bd0fb28dc48af8d327921b7c02ceb088.zip |
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..253371d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.sw? +vendor/ |