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:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1 +1,13 @@
|
|||||||
|
# Environment / Secrets
|
||||||
.env
|
.env
|
||||||
|
*.env
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|||||||
9
app/.gitignore
vendored
9
app/.gitignore
vendored
@@ -1,9 +1,7 @@
|
|||||||
*.iml
|
*.iml
|
||||||
.gradle/
|
.gradle/
|
||||||
.idea/
|
.idea/
|
||||||
/local.properties
|
local.properties
|
||||||
/.idea/workspace.xml
|
|
||||||
/.idea/libraries
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build/
|
/build/
|
||||||
/captures/
|
/captures/
|
||||||
@@ -11,6 +9,5 @@
|
|||||||
.cxx/
|
.cxx/
|
||||||
*.keystore
|
*.keystore
|
||||||
!debug.keystore
|
!debug.keystore
|
||||||
local.properties
|
*.hprof
|
||||||
app/build/
|
*.class
|
||||||
app/.cxx/
|
|
||||||
|
|||||||
2
backend
2
backend
Submodule backend updated: d97196790d...dbcb0d4a09
7
webapp/.gitignore
vendored
7
webapp/.gitignore
vendored
@@ -1,2 +1,9 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/
|
||||||
|
.vite/
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|||||||
Reference in New Issue
Block a user