You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
557 B
46 lines
557 B
1 year ago
|
# 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*
|