Skip to content

Commit fd62904

Browse files
committed
chore(build): Ignore dist directory and untrack files
Adds the `dist` directory to `.gitignore` to exclude build artifacts from version control. This also removes the previously tracked contents of `dist` from the Git index.
1 parent df9911d commit fd62904

20 files changed

+2
-6356
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# production
1212
/build
13+
/dist
1314

1415
# misc
1516
.DS_Store
@@ -45,4 +46,4 @@ example/data/organisms.csv
4546
example/data/resistance_ars_2023_germany_all.csv
4647
example/data/resistance_ars_2023_germany_icu.csvexample/data/
4748
example/data/organism_groups.csv
48-
example/data/resistance_ars_2023_germany_icu.csv
49+
example/data/resistance_ars_2023_germany_icu.csv

dist/chunk-M23YCPVN.mjs

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

0 commit comments

Comments
 (0)