From 839b96221ddbe4cf717262c3ebcce4d15f1f10c5 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Apr 28 2021 12:54:36 +0000 Subject: .gitignore: re-shuffle into sections --- diff --git a/.gitignore b/.gitignore index a004682..bde7cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,22 @@ -*.pyc -*.pyo +# editors +/.idea/ +/.ropeproject/ *.swp -env_blockerbugs/* -*__pycache__* -*.ropeproject/ -conf/settings.py -.sass-cache/ -.idea -docs/_build/* -blockerbugs_db.sqlite + +# cache files /.cache/ -/*.tar.gz -/*.src.rpm /.pytest_cache/ +.sass-cache/ +*__pycache__* + +# compile artifacts +/docs/_build/ +/*.src.rpm +/*.tar.gz +*.pyc +*.pyo + +# local config +/blockerbugs_db.sqlite +/conf/settings.py +/env_blockerbugs/