Files
screenshot-tools/.gitignore
Frank John Begornia 7ae0929e91 remove node_modules
2025-12-23 01:53:42 +08:00

75 lines
787 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Testing
coverage/
.nyc_output/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS
Thumbs.db
.DS_Store
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Production build
dist/
build/
# Temporary files
*.tmp
temp/
tmp/
# Screenshots output (if storing locally)
# Uncomment if you want to ignore generated screenshots
# /var/www/html/images/
# images/
# Docker volumes
.docker/
# SSL certificates (if storing in repo)
*.key
*.pem
*.crt
*.cert
# Backup files
*.bak
*.backup