update librarian
[redakcja.git] / .gitignore
index 08acca5..e5d43c7 100644 (file)
@@ -6,6 +6,7 @@ requirements.pybundle
 /redakcja/media
 /static
 .sass-cache
+var
 
 # Python garbage
 *.pyc
@@ -29,3 +30,11 @@ nbproject/*
 .project
 .pydevproject
 .settings
+
+# PyCharm
+.idea
+
+node_modules
+
+/static_test
+chromedriver.log
\ No newline at end of file