Skip to content

Commit 1a8cb13

Browse files
committed
chore: ignore built docs output and editor backups
dist/ and .astro/ are a built documentation site and its build cache. They are not generated from this repository -- there is no package.json or astro config here -- so they cannot be regenerated from it either, and 5.4 MB of stale HTML does not belong in a Java repository. Ignoring them also stops a careless `git add -A` from sweeping them into an unrelated commit.
1 parent b448127 commit 1a8cb13

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,10 @@ etc/
200200
# Ad-hoc analysis output from manual v1/v2 comparison runs
201201
output/
202202
node_modules
203+
204+
# Built documentation site and its build cache (generated elsewhere, not from this repo)
205+
dist/
206+
.astro/
207+
208+
# drawio editor backups
209+
*.drawio.bkp

0 commit comments

Comments
 (0)