summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 5db08b7bf606b1248e866cc6b8ef87197cffeac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/.idea
/node_modules
/data*
/out
/test
/kubernetes
/.do
**/.dockerignore
/private
**/.git
**/.gitignore
**/docker-compose*
**/[Dd]ockerfile*
LICENSE
README.md
.editorconfig
.vscode
.eslint*
.stylelint*
/.github
yarn.lock
app.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CNAME
install.sh
SECURITY.md
tsconfig.json
.env
/tmp
/ecosystem.config.js
/extra/healthcheck.exe
/extra/healthcheck
/extra/exe-builder
/extra/push-examples
/extra/uptime-kuma-push

# Comment the following line if you want to rebuild the healthcheck binary
/extra/healthcheck-armv7


### .gitignore content (commented rules are duplicated)

#node_modules
.DS_Store
#dist
dist-ssr
*.local
#.idea

#/data
#!/data/.gitkeep
#.vscode

### End of .gitignore content