goldenChat base source add
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# Dependencies & build
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/target/
|
||||
**/.gradle/
|
||||
|
||||
# Environment (secrets)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
.cursor/
|
||||
**/.DS_Store
|
||||
**/__MACOSX/
|
||||
|
||||
# Logs & cache
|
||||
*.log
|
||||
.npm/
|
||||
.cache/
|
||||
|
||||
# Deploy / local
|
||||
*.tar.gz
|
||||
Reference in New Issue
Block a user