mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 22:49:21 +08:00
WIP
This commit is contained in:
45
.npmignore
Normal file
45
.npmignore
Normal file
@@ -0,0 +1,45 @@
|
||||
# Should be very similar to .dockerignore, but the syntax is a bit different
|
||||
|
||||
/.idea
|
||||
/node_modules
|
||||
/data
|
||||
/cypress
|
||||
/out
|
||||
/test
|
||||
/kubernetes
|
||||
/.do
|
||||
/.dockerignore
|
||||
/private
|
||||
/.git
|
||||
/.gitignore
|
||||
/docker-compose*
|
||||
/[Dd]ockerfile*
|
||||
.editorconfig
|
||||
.vs
|
||||
.vscode
|
||||
.eslint*
|
||||
.stylelint*
|
||||
/.devcontainer
|
||||
/.github
|
||||
yarn.lock
|
||||
app.json
|
||||
CODE_OF_CONDUCT.md
|
||||
CONTRIBUTING.md
|
||||
CNAME
|
||||
install.sh
|
||||
SECURITY.md
|
||||
tsconfig.json
|
||||
.env
|
||||
/tmp
|
||||
/babel.config.js
|
||||
/ecosystem.config.js
|
||||
extra/exe-builder
|
||||
/public
|
||||
|
||||
.DS_Store
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
## .npmignore only, not in .dockerignore
|
||||
/docker
|
||||
/extra/healthcheck*
|
Reference in New Issue
Block a user