stacker.news/.gitignore

43 lines
513 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
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
db.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