Skip to content

Commit 6c40ee4

Browse files
committed
Remove locally-generated SNAPSHOT files from tracking
These files are generated by running Jekyll locally and should not be committed. Add glob patterns to .gitignore to prevent recurrence. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent 0170e62 commit 6c40ee4

7 files changed

Lines changed: 4 additions & 314 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ vendor
99
_config-overrides.yml
1010
.ruby-version
1111
.DS_Store
12-
.op/
12+
.op/
13+
_data/documentation/*-SNAPSHOT.yaml
14+
_data/release/*-SNAPSHOT.yaml
15+
download/*-SNAPSHOT/

_data/documentation/0_21_0-SNAPSHOT.yaml

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

_data/documentation/0_22_0-SNAPSHOT.yaml

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

_data/release/0_21_0-SNAPSHOT.yaml

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

_data/release/0_22_0-SNAPSHOT.yaml

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

download/0.21.0-SNAPSHOT/index.md

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

download/0.22.0-SNAPSHOT/index.md

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

0 commit comments

Comments
 (0)