Files
landscape-template/.gitignore
Michael Bumann 16bf7b3b27 Remove build folder
I think that one should not be in the repo
2021-11-28 16:26:39 -06:00

29 lines
325 B
Plaintext

.netlify
.env
build
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.vscode
npm-debug.log*
yarn-debug.log*
yarn-error.log*
TODO