mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 20:07:24 +00:00
56 lines
504 B
Plaintext
56 lines
504 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
.npm/
|
|
.yarn/
|
|
.yarn-integrity
|
|
|
|
# Production
|
|
/build
|
|
/dist
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Build artifacts
|
|
*.min.js
|
|
*.min.css
|
|
*.map
|