justlog/web/.gitignore

26 lines
334 B
Text
Raw Normal View History

2020-11-03 22:34:35 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2020-01-25 14:22:27 +01:00
# dependencies
node_modules
2021-11-23 11:34:02 +01:00
build/*
2022-06-23 20:47:33 +02:00
!build/.gitkeep
2021-11-23 12:13:46 +01:00
public/swagger.json
2020-11-03 22:34:35 +01:00
/.pnp
2020-01-31 23:05:56 +01:00
.pnp.js
2020-01-25 14:22:27 +01:00
2020-11-03 22:34:35 +01:00
# testing
/coverage
2020-01-25 14:22:27 +01:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
2020-11-03 22:34:35 +01:00
yarn-error.log*