Skip to content

Commit b7e6c4c

Browse files
committed
chore(docker): update .dockerignore to include files added in #20597
1 parent 3576f36 commit b7e6c4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,27 @@ test
1515
.codecov.yml
1616
.dockerignore
1717
.editorconfig
18-
.env
18+
.env*
1919
.eslint*
2020
.gitignore
2121
.markdownlint.jsonc
2222
.prettier*
2323
.(yarn|npm|nvm)rc
2424
*.md
25+
*.nix
2526
Dockerfile*
2627
LICENSE
2728
app.json
2829
eslint.config.mjs
2930
docker-compose*
31+
flake.lock
3032
fly.toml
3133
jsconfig.json
3234
npm-debug.log
3335
process.json
3436
package-lock.json
37+
tsdown-lib.config.ts
38+
tsdown-vercel.config.ts
3539
vitest.config.ts
3640
vercel.json
3741

0 commit comments

Comments
 (0)