You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LeftOvers_Api/.gitignore

148 lines
2.4 KiB

# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node
### Node ###
# Logs
logs
1 year ago
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
package-lock.json
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
1 year ago
# Coverage directory used by tools like istanbul
coverage
*.lcov
1 year ago
# nyc test coverage
.nyc_output
1 year ago
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
1 year ago
# 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/
1 year ago
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
1 year ago
# TypeScript cache
*.tsbuildinfo
1 year ago
# Optional npm cache directory
.npm
1 year ago
# Optional eslint cache
.eslintcache
1 year ago
# Optional stylelint cache
.stylelintcache
1 year ago
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
1 year ago
# Optional REPL history
.node_repl_history
1 year ago
# Output of 'npm pack'
*.tgz
1 year ago
# Yarn Integrity file
.yarn-integrity
1 year ago
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
1 year ago
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
1 year ago
# Next.js build output
.next
out
1 year ago
# Nuxt.js build / generate output
.nuxt
dist
/build/
1 year ago
# 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
1 year ago
# vuepress build output
.vuepress/dist
1 year ago
# vuepress v2.x temp and cache directory
.temp
1 year ago
# Docusaurus cache and generated files
.docusaurus
1 year ago
# Serverless directories
.serverless/
1 year ago
# FuseBox cache
.fusebox/
1 year ago
# DynamoDB Local files
.dynamodb/
1 year ago
# TernJS port file
.tern-port
1 year ago
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
1 year ago
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
1 year ago
### Node Patch ###
# Serverless Webpack directories
.webpack/
1 year ago
# Optional stylelint cache
1 year ago
# SvelteKit build / generate output
.svelte-kit
1 year ago
# End of https://www.toptal.com/developers/gitignore/api/node