uptime-kuma/.dockerignore

58 lines
748 B
Plaintext
Raw Permalink Normal View History

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