Initial commit: SmartClean SaaS platform
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
# Maven
|
||||
**/target/
|
||||
|
||||
# Node
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Build
|
||||
*.war
|
||||
*.jar
|
||||
Reference in New Issue
Block a user