Delete .gitignore

This commit is contained in:
Mboehmlaender
2026-01-13 20:41:45 +01:00
committed by GitHub
parent 3cf7272d89
commit 31733264b4
-26
View File
@@ -1,26 +0,0 @@
/.idea/
/.vscode/
/.DS_Store
**/.DS_Store
# Python
**/__pycache__/
**/*.pyc
**/*.pyo
# Node
**/node_modules/
**/dist/
**/.vite/
**/npm-debug.log*
**/yarn-error.log*
# Local data + databases
**/*.sqlite
**/*.sqlite3
**/*.db
# Media contents (keep folder structure, ignore files)
/box/media/**
/box2/media/**
/gui/backend/media/**