uptime-kuma/.dockerignore

56 lines
724 B
Text
Raw Normal View History

2021-07-11 09:20:31 +03:00
/.idea
/node_modules
/data*
2021-09-15 19:12:39 +03:00
/out
2021-09-18 20:53:24 +03:00
/test
2021-09-15 19:12:39 +03:00
/kubernetes
/.do
2021-07-18 00:31:44 +03:00
**/.dockerignore
2021-09-15 19:12:39 +03:00
/private
2021-07-18 00:31:44 +03:00
**/.git
**/.gitignore
**/docker-compose*
2021-07-29 20:02:41 +03:00
**/[Dd]ockerfile*
2021-07-18 00:31:44 +03:00
LICENSE
README.md
.editorconfig
2021-07-20 18:39:21 +03:00
.vscode
2021-07-29 20:02:41 +03:00
.eslint*
.stylelint*
/.github
yarn.lock
app.json
2021-08-03 15:42:32 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
2021-09-09 06:41:43 +03:00
CNAME
install.sh
SECURITY.md
tsconfig.json
2021-10-07 09:34:30 +03:00
.env
/tmp
2022-04-05 11:44:55 +03:00
/ecosystem.config.js
/extra/healthcheck.exe
/extra/healthcheck
2023-09-17 15:32:49 +03:00
/extra/exe-builder
/extra/push-examples
/extra/uptime-kuma-push
2023-08-07 22:54:21 +03:00
2023-10-09 15:09:29 +03:00
# Comment the following line if you want to rebuild the healthcheck binary
/extra/healthcheck-armv7
2023-09-17 22:59:56 +03:00
2021-07-29 20:02:41 +03:00
### .gitignore content (commented rules are duplicated)
#node_modules
.DS_Store
#dist
dist-ssr
*.local
#.idea
#/data
#!/data/.gitkeep
#.vscode
### End of .gitignore content