stacker.news/.gitignore

53 lines
643 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
/*.sql
lnbits/
# 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
.env.sndev
# vercel
.vercel
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# service worker
public/sw.js*
sw/precache-manifest.json
public/workbox-*.js*
public/*-development.js