.gitignore
authordsc <david.schoonover@gmail.com>
Tue, 14 Feb 2012 19:15:45 +0000 (11:15 -0800)
committerdsc <david.schoonover@gmail.com>
Tue, 14 Feb 2012 19:15:45 +0000 (11:15 -0800)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e3d5df7
--- /dev/null
@@ -0,0 +1,32 @@
+.DS_Store
+Icon?
+*~
+*.sw?
+
+*.pid
+*.db
+*.sqlite
+
+pip-log.txt
+*.py[oc]
+*.egg-info
+*.un~
+.tox/
+.coverage
+.coverage_html
+docs/_build/*
+.env/
+
+npm-debug.log
+node_modules/
+node_modules/*
+*.sass-cache
+lib-cov/
+test/*.log
+test/fixtures/*.json
+test/fixtures/logs/*.log
+
+build/
+dist/
+tmp/
+var/