stacker.news/.gitignore

52 lines
679 B
Plaintext
Raw Normal View History

2021-03-22 20:36:10 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
2023-01-26 16:11:55 +00:00
.cache
2021-03-22 20:36:10 +00:00
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
2023-06-03 00:55:45 +00:00
*.sql
2021-03-22 20:36:10 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
2021-03-25 19:29:24 +00:00
.env
2021-10-20 19:57:11 +00:00
envbak
2021-03-22 20:36:10 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
2021-06-03 22:08:00 +00:00
# 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