Browse Source

chore: ignore more files

C4illin 9 months ago
parent
commit
c599e98d9d
2 changed files with 15 additions and 11 deletions
  1. 15 11
      .dockerignore
  2. BIN
      bun.lockb

+ 15 - 11
.dockerignore

@@ -1,16 +1,20 @@
-node_modules
-Dockerfile*
-docker-compose*
 .dockerignore
+.editorconfig
+.env
 .git
 .gitignore
-README.md
-LICENSE
-.vscode
-Makefile
-helm-charts
-.env
-.editorconfig
 .idea
+.vscode
+CHANGELOG.md
 coverage*
-data
+data
+docker-compose*
+Dockerfile*
+eslint.config.js
+helm-charts
+LICENSE
+Makefile
+node_modules
+prettier.config.js
+README.md
+renovate.json

BIN
bun.lockb