website/.gitignore

178 lines
2.2 KiB
Plaintext
Raw Normal View History

2024-04-26 16:38:08 +00:00
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
2024-04-26 10:34:09 +00:00
# Logs
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
logs
2024-04-26 16:38:08 +00:00
_.log
npm-debug.log_
2024-04-26 10:34:09 +00:00
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
2024-04-26 16:38:08 +00:00
# Caches
.cache
2024-04-26 10:34:09 +00:00
# Diagnostic reports (https://nodejs.org/api/report.html)
2024-04-26 16:38:08 +00:00
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
2024-04-26 10:34:09 +00:00
# Runtime data
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
pids
2024-04-26 16:38:08 +00:00
_.pid
_.seed
2024-04-26 10:34:09 +00:00
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
lib-cov
# Coverage directory used by tools like istanbul
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
coverage
*.lcov
# nyc test coverage
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.grunt
# Bower dependency directory (https://bower.io/)
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
bower_components
# node-waf configuration
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
build/Release
# Dependency directories
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
web_modules/
# TypeScript cache
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
*.tsbuildinfo
# Optional npm cache directory
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.npm
# Optional eslint cache
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.eslintcache
# Optional stylelint cache
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.stylelintcache
# Microbundle cache
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.node_repl_history
# Output of 'npm pack'
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
*.tgz
# Yarn Integrity file
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.yarn-integrity
# dotenv environment variable files
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.parcel-cache
# Next.js build output
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.next
out
# Nuxt.js build / generate output
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.nuxt
dist
# Gatsby files
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
# Comment in the public line in if your project uses Gatsby and not Next.js
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
# https://nextjs.org/blog/next-9-1#public-directory-support
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
# public
# vuepress build output
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.vuepress/dist
# vuepress v2.x temp and cache directory
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.temp
# Docusaurus cache and generated files
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.docusaurus
# Serverless directories
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.serverless/
# FuseBox cache
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.fusebox/
# DynamoDB Local files
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.dynamodb/
# TernJS port file
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.tern-port
# Stores VSCode versions used for testing VSCode extensions
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.vscode-test
# yarn v2
2024-04-26 16:38:08 +00:00
2024-04-26 10:34:09 +00:00
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
2024-04-26 16:38:08 +00:00
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
dist
src/web/dist.js