90 lines
1.0 KiB
Plaintext
90 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
package-lock.json
|
|
|
|
# Build output
|
|
_site/
|
|
dist/
|
|
|
|
.astro/
|
|
.astro/*
|
|
|
|
# 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/
|
|
.astro/data-store.json
|
|
.astro/settings.json
|
|
.astro/data-store.json
|
|
.astro/content.d.ts
|
|
prompt.md
|
|
.astro/settings.json
|