hierarchical-estimates-visu.../.gitignore
NunoSempere 6f91849e4e feat: Get prototype working.
Display still missing, but some core functionality already
works.
2022-06-24 21:38:07 -04:00

52 lines
667 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
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