stacker.news/.gitignore

53 lines
689 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.cache
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
db.sql
test.sql
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
envbak
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# auto-generated files by next-pwa / workbox
public/sw.js
public/sw.js.map
public/workbox-*.js
public/workbox-*.js.map
public/worker-*.js
public/fallback-*.js