diff --git a/.gitignore b/.gitignore index c53a837e24..420524d06f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ local_settings.py # Files used for testing dummy_image.* +_tmp.csv # Sphinx files docs/_build @@ -66,5 +67,16 @@ secret_key.txt .coverage htmlcov/ +# Temporary javascript files (used for testing) +js_tmp/ + # Development files -dev/ \ No newline at end of file +dev/ + +# Locale stats file +locale_stats.json + +# node.js +package-lock.json +package.json +node_modules/ \ No newline at end of file