Files
idea.llm.gitea.repo.docker.…/.gitignore
2026-02-27 08:55:41 -06:00

41 lines
378 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Environment files
.env
.env.local
.env.*.local
config.json
deployment-config.json
# Docker artifacts
*.tar
*.tar.gz
# Logs
logs/
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Test outputs
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
# Vite build output
app/renderer/dist/