Update gitignore files for all components

Root: add OS/IDE/secrets patterns
webapp: add .vite/, .tsbuildinfo, .env.local
backend: add /createuser binary, bin/, uploads/ (submodule bump)
app: remove redundant entries, add *.hprof, *.class

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-07 09:57:31 +02:00
parent 23506bab7d
commit de6e387c7b
4 changed files with 23 additions and 7 deletions

9
app/.gitignore vendored
View File

@@ -1,9 +1,7 @@
*.iml
.gradle/
.idea/
/local.properties
/.idea/workspace.xml
/.idea/libraries
local.properties
.DS_Store
/build/
/captures/
@@ -11,6 +9,5 @@
.cxx/
*.keystore
!debug.keystore
local.properties
app/build/
app/.cxx/
*.hprof
*.class