Import complete SCRM project
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
# Operating-system metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# IDE and editor-local state
|
||||
**/.idea/
|
||||
**/.vscode/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
*.suo
|
||||
*.user
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Local AI-assistant settings
|
||||
**/.claude/settings.local.json
|
||||
|
||||
# Java / Maven build output
|
||||
**/target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
hs_err_pid*
|
||||
|
||||
# Node / frontend dependencies and build output
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/coverage/
|
||||
.npm-cache/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime logs and temporary files
|
||||
*.log
|
||||
*.log.*
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Local environment overrides
|
||||
.env.local
|
||||
.env.*.local
|
||||
Reference in New Issue
Block a user