ai-tools-suite/frontend/.dockerignore

30 lines
239 B
Text
Raw Normal View History

2025-12-27 15:33:06 +00:00
# Dependencies
node_modules/
# Build output
build/
.svelte-kit/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/