X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fbf854ce423d2d56723ff10608267403f4916b0..5ff68c6ac1077fcbe969fcc0938c311f49c9d987:/.gitignore

diff --git a/.gitignore b/.gitignore
index 0d555842..318e02d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@ dev.sqlite
 requirements.pybundle
 *~
 *.orig
+/redakcja/media
+/static
+.sass-cache
 
 # Python garbage
 *.pyc
@@ -26,5 +29,8 @@ nbproject/*
 .project
 .pydevproject
 .settings
-platforma/static/compressed
-platforma/static/compressed/*
+
+node_modules
+
+/static_test
+chromedriver.log
\ No newline at end of file