SaaS/.gitignore
Claude Code 58e079b08f Resolve merge conflicts and integrate click-counter with existing SaaS repo
- Keep click-counter specific configuration
- Merge gitignore rules from both projects
- Preserve click-counter deployment documentation
- Maintain docker-compose setup for click-counter app

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 10:27:54 +01:00

156 lines
2 KiB
Text

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*/node_modules/
frontend/node_modules/
backend/node_modules/
# Environment files
.env
.env.local
.env.production
.env.development
*.env
# Build outputs
frontend/.next/
frontend/out/
backend/dist/
backend/build/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# ESLint cache
.eslintcache
# Optional npm cache directory
.npm
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file (already covered above)
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# public (commented out for this project as we need to track it)
# public
# Storybook build outputs
.out
.storybook-out
# Temporary folders
tmp/
temp/
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Docker
# Docker
.dockerignore
postgres_data/
*.dockerignore
# Database
*.db
*.sqlite
*.sqlite3
# Backup files
*.backup
*.bak
*.tmp
# Archive files
*.tar.gz
*.zip
*.rar
# Git
.git/
# Project specific
saas-automation-platform/
aimpress-automation-hub.tar.gz
saas-deploy.tar.gz
*-deploy.tar.gz
# Claude files
.claude/