Files
idea.llm.gitea.repo.docker.…/.gitignore
2026-01-26 22:33:55 -06:00

37 lines
315 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Environment files
.env
.env.local
.env.*.local
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/