utility-function-extractor/.gitignore

48 lines
531 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-09-22 20:24:31 +00:00
# personal notes
Notes.md
2022-01-31 22:09:46 +00:00
# vim files
.swp
# hacky upload script
lib/pushToMongoManually.js
# convenience old folder
pages/.old/*
pages/.old
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel