Skip to content

Commit 237e9d9

Browse files
DennisOSRMCopilot
andauthored
chore: remove generated artifacts from version control (#422)
- Remove bundle.js, bundle.js.LICENSE.txt, bundle.js.map - Remove .DS_Store (macOS system file) - These are generated by 'npm run build' and should not be committed - Reduces repository size by 3.5 MB - Docker builds and CI will regenerate these artifacts as needed - Updated .gitignore to prevent re-adding them Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 023213d commit 237e9d9

5 files changed

Lines changed: 4 additions & 18 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
node_modules/
22
*.swp
3+
.DS_Store
4+
bundle.js
5+
bundle.js.LICENSE.txt
6+
bundle.js.map
37
bundle*raw*
4-
bundle*map

bundle.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

bundle.js.LICENSE.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)