utility-function-extractor/.gitignore
NunoSempere bb0108fb60 feat: Add utility tools
I'm hoping to have these be a separate package that are also used in the
website.
2022-06-15 23:04:46 -04:00

51 lines
653 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# personal notes
Notes.md
# personal outputs
packages/utility-tools/input/input-links-*
# vim files
.swp
# hacky upload script
packages/webpage/lib/pushToMongoManually.js
# convenience old folder
packages/webpage/pages/.old/*
packages/webpage/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