traccar-web/.gitignore

25 lines
324 B
Plaintext
Raw Permalink Normal View History

2024-04-07 00:22:10 +08:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
2024-04-07 00:43:42 +08:00
node_modules
2024-04-07 00:22:10 +08:00
# testing
/coverage
# production
/build
# misc
2016-10-24 06:13:40 +08:00
.DS_Store
2024-04-07 00:22:10 +08:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/legacy/web/lib
2024-04-07 00:43:42 +08:00
/legacy/web/app.min.js