X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aae232dcf008ab39db553bc1b20573fa00e3b191..eec370ebc66ac1febb544e6eb9f5b73ed3d86fcc:/.gitignore

diff --git a/.gitignore b/.gitignore
index 35f07ab99..e3d34fee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,25 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
 .sass-cache
+*.mo
+*.css.map
 
 # Compress output
-/static
+/var
 
 # SCSS output
-apps/wolnelektury_core/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -31,9 +35,12 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
 TAGS
 
-media
-search_index
 doc/_build
+reports
+