code-server/cursor-fullstack/.gitignore
Cursor Full Stack AI IDE f03924d85c feat: Add deployment docs, gitignore, and complete tests
Co-authored-by: logato7838 <logato7838@vsihay.com>
2025-10-12 12:55:59 +00:00

105 lines
No EOL
1.1 KiB
Text

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Production builds
dist/
build/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Docker
.dockerignore
# Temporary files
tmp/
temp/
# Workspace files (optional - uncomment if you don't want to track workspace)
# workspace/
# API keys and secrets
*.key
*.pem
secrets/
# Database files
*.db
*.sqlite
*.sqlite3
# Cache directories
.cache/
.parcel-cache/
# Next.js
.next/
# Nuxt.js
.nuxt/
# Gatsby
.cache/
public/
# Storybook
.out
.storybook-out
# Temporary folders
tmp/
temp/