mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 07:42:47 +00:00
52 lines
470 B
Plaintext
52 lines
470 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
dist
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Docker
|
|
docker-compose*.yml
|
|
Dockerfile*
|
|
|
|
# Development files
|
|
.github
|
|
.claude
|
|
packages
|
|
*.md
|
|
!README.md
|
|
|
|
# Test files
|
|
coverage
|
|
.nyc_output
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Prisma
|
|
prisma/migrations/**/migration_lock.toml
|