oneuptime/Accounts/.gitignore

24 lines
272 B
Plaintext
Raw Normal View History

2019-08-02 12:56:16 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
2022-12-16 07:22:05 +00:00
node_modules
2019-08-02 12:56:16 +00:00
.idea
# testing
/coverage
# production
/build
2022-05-17 08:20:13 +00:00
/dist
2019-08-02 12:56:16 +00:00
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
Untitled-1
2021-01-12 11:32:19 +00:00
.eslintcache