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
|
||||
build
|
||||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
.env
|
||||
*.log
|
||||
*.env
|
||||
coverage/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
*.tsbuildinfo
|
||||
|
|
Loading…
Reference in New Issue