Add .dockerignore to file exclusions

This commit adds '**/.dockerignore' to the file exclusions in src/fileExclusions.ts. Additionally, it updates the version in package.json from 1.0.12 to 1.0.13 to reflect this change.
This commit is contained in:
2024-11-21 14:33:52 -05:00
parent 2fb1568d97
commit 702e228f98
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "code-tokenizer-md",
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",