From 4790cc3fb9a7bbdd88305247e19f4089cf989a16 Mon Sep 17 00:00:00 2001 From: Jon Jenkins Date: Sun, 30 Mar 2014 11:09:54 -0600 Subject: initial commit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit v1.2.3