diff options
author | Jon Jenkins <jondjenkins@gmail.com> | 2014-03-30 11:09:54 -0600 |
---|---|---|
committer | Jon Jenkins <jondjenkins@gmail.com> | 2014-03-30 11:09:54 -0600 |
commit | 4790cc3fb9a7bbdd88305247e19f4089cf989a16 (patch) | |
tree | 6da777ac5890e8a0d1bdb3ab4c0f37816270ff13 /.gitignore | |
download | express-upload-4790cc3fb9a7bbdd88305247e19f4089cf989a16.tar.gz express-upload-4790cc3fb9a7bbdd88305247e19f4089cf989a16.tar.bz2 express-upload-4790cc3fb9a7bbdd88305247e19f4089cf989a16.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1da13a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# .gitignore +.DS_Store + +# Node.js # +########### +node_modules/ + +# IDE # +####### +*.iml +.idea + +# AWS # +####### +.elasticbeanstalk/ + +# uploads # +########### +uploads/ +static/uploads/ |