uptime-kuma/.dockerignore

54 lines
586 B
Plaintext
Raw Normal View History

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