Archived
2
0
This repository has been archived on 2025-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
cc24-hub/.gitignore
2025-07-13 00:29:39 +02:00

78 lines
871 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
_site/
dist/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Sass cache
.sass-cache/
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
# 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
# Debug files
debug.log
# Eleventy cache
.cache/
# Local configuration overrides
src/_data/local.yaml
src/_data/config.local.yaml
# Backup files
*.bak
*.backup
# Temporary files
tmp/
temp/