X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..f7f454a73b0baed62f216d564669244f08a3fd02:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index 08acca57..e5d43c77 100644 --- a/.gitignore +++ b/.gitignore @@ -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