projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e7796c8
)
.gitignore
author
dsc
<david.schoonover@gmail.com>
Tue, 14 Feb 2012 19:15:45 +0000 (11:15 -0800)
committer
dsc
<david.schoonover@gmail.com>
Tue, 14 Feb 2012 19:15:45 +0000 (11:15 -0800)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
e3d5df7
--- /dev/null
+++ b/
.gitignore
@@ -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/