fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Handling question marks in scan file names
[redakcja.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
106ca70
..
318e02d
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,9
+1,36
@@
localsettings.py
dev.sqlite
localsettings.py
dev.sqlite
+requirements.pybundle
+*~
+*.orig
+/redakcja/media
+/static
+.sass-cache
+
+# Python garbage
*.pyc
*.pyc
-.*.swp
+.coverage
+.coveragerc
+coverage.xml
+nosetests.xml
+pip-log.txt
+
+# Mac OS X garbage
.DS_Store
.DS_Store
-media
-files
+
+# Windows garbage
+thumbs.db
+
+# Netbeans garbage
nbproject
nbproject/*
nbproject
nbproject/*
+
+# Eclipse
+.project
+.pydevproject
+.settings
+
+node_modules
+
+/static_test
+chromedriver.log
\ No newline at end of file