1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/.gitignore

135 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2018-03-10 13:52:42 +08:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-06-23 00:32:51 +08:00
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2018-03-10 13:52:42 +08:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
2022-06-23 00:32:51 +08:00
.coverage
*.lcov
2018-03-10 13:52:42 +08:00
# nyc test coverage
.nyc_output
2022-06-23 00:32:51 +08:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2018-03-10 13:52:42 +08:00
.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
node_modules/
jspm_packages/
2022-06-23 00:32:51 +08:00
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
2018-03-10 13:52:42 +08:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2022-06-23 00:32:51 +08:00
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
2018-03-10 13:52:42 +08:00
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
2022-06-23 00:32:51 +08:00
# dotenv environment variable files
2018-03-10 13:52:42 +08:00
.env
2022-06-23 00:32:51 +08:00
.env.development.local
.env.test.local
.env.production.local
.env.local
2018-03-10 13:52:42 +08:00
2022-06-23 00:32:51 +08:00
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
2022-06-23 00:32:51 +08:00
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
2022-06-23 00:32:51 +08:00
session.key
salt.key
config.json