mirror of https://github.com/yb/uptime-status
docs .gitignore to include additional files and directories
parent
2821fcc11d
commit
656837c544
|
@ -1,2 +1,13 @@
|
||||||
node_modules
|
node_modules/
|
||||||
build
|
build/
|
||||||
|
dist/
|
||||||
|
.env
|
||||||
|
*.log
|
||||||
|
*.env
|
||||||
|
coverage/
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.DS_Store
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
Loading…
Reference in New Issue