oneuptime/.gitignore

33 lines
394 B
Plaintext
Raw Normal View History

2019-08-02 15:53:37 +00:00
node_modules
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
.vscode/
.idea
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2020-01-22 08:09:04 +00:00
env.js
2019-08-02 15:53:37 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
Untitled-1
run.sh
cleanup.sh
2019-12-25 23:52:09 +00:00
*.local.sh
*.local.yaml
nohup.out*