ketr.photos/client/.gitignore
James Ketrenos 093b2d16a0 Add .env to gitignore
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-19 01:38:02 -08:00

26 lines
316 B
Plaintext

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