Files
smartClean/.gitignore
xqzp2026 515f1bec5b Initial commit: SmartClean SaaS platform
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:53:34 +09:30

26 lines
195 B
Plaintext

# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
.DS_Store
# Maven
**/target/
# Node
**/node_modules/
**/dist/
# Logs
*.log
# Env
.env.local
.env.*.local
# Build
*.war
*.jar