0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-24 11:37:39 +01:00
uptime-kuma/.dockerignore

51 lines
543 B
Plaintext
Raw Normal View History

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