fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #4192: Editors search window.
[redakcja.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
9fa4e40
..
2694315
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,10
+1,21
@@
localsettings.py
dev.sqlite
requirements.pybundle
localsettings.py
dev.sqlite
requirements.pybundle
+*~
+*.swp
+.*.orig
+/redakcja/media
+/static
+.sass-cache
+var
# Python garbage
*.pyc
.coverage
# Python garbage
*.pyc
.coverage
+.coveragerc
+coverage.xml
+pip-log.txt
+/htmlcov
# Mac OS X garbage
.DS_Store
# Mac OS X garbage
.DS_Store
@@
-14,4
+25,17
@@
thumbs.db
# Netbeans garbage
nbproject
# Netbeans garbage
nbproject
-nbproject/*
\ No newline at end of file
+nbproject/*
+
+# Eclipse
+.project
+.pydevproject
+.settings
+
+# PyCharm
+.idea
+
+node_modules
+
+/static_test
+chromedriver.log