Skip to content
Snippets Groups Projects

Update .gitignore

Merged Aleksolotl requested to merge check/update-gitignore into master
1 file
+ 34
0
Compare changes
  • Side-by-side
  • Inline
+ 34
0
@@ -48,10 +48,44 @@ venv/
DEADJOE
\#*#
# IntelliJ
.idea
.idea/
# VSCode
.vscode/
.history/
*.code-workspace
# Database
db.sqlite3
# Sphinx
docs/_build/
# TeX
*.aux
# Generated files
/cache
/node_modules
.dev-js/node_modules
/static/
/whoosh_index/
.vite
# Lock files
poetry.lock
package-lock.json
yarn.lock
.dev-js/yarn.lock
# Tests
.coverage
.mypy_cache/
.tox/
htmlcov/
# Data
maintenance_mode_state.txt
media/
Loading