uptime-kuma/.dockerignore

47 lines
500 B
Plaintext
Raw Normal View History

2021-07-11 06:20:31 +00:00
/.idea
/dist
/node_modules
2021-07-29 17:02:41 +00:00
/data
2021-09-15 16:12:39 +00:00
/out
2021-09-18 17:53:24 +00:00
/test
2021-09-15 16:12:39 +00:00
/kubernetes
/.do
2021-07-17 21:31:44 +00:00
**/.dockerignore
2021-09-15 16:12:39 +00:00
/private
2021-07-17 21:31:44 +00:00
**/.git
**/.gitignore
**/docker-compose*
2021-07-29 17:02:41 +00:00
**/[Dd]ockerfile*
2021-07-17 21:31:44 +00:00
LICENSE
README.md
.editorconfig
2021-07-20 15:39:21 +00:00
.vscode
2021-07-29 17:02:41 +00:00
.eslint*
.stylelint*
/.github
yarn.lock
app.json
2021-08-03 12:42:32 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
2021-09-09 03:41:43 +00:00
CNAME
install.sh
SECURITY.md
tsconfig.json
2021-10-07 06:34:30 +00:00
.env
/tmp
2021-07-29 17:02:41 +00:00
### .gitignore content (commented rules are duplicated)
#node_modules
.DS_Store
#dist
dist-ssr
*.local
#.idea
#/data
#!/data/.gitkeep
#.vscode
### End of .gitignore content