Skip to content

Commit 62e4643

Browse files
committed
Do not commit bridge files by default.
Bridge files are release artefacts, they should not be committed to the repository.
1 parent 7882bfa commit 62e4643

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/.gitignore.jinja2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bin/
2727
/patterns/
2828
/reports/
2929
/subsets/
30+
/bridges/
3031

3132
src/ontology/mirror
3233
src/ontology/mirror/*
@@ -50,6 +51,7 @@ src/ontology/simple_seed.txt
5051
src/ontology/patterns
5152
src/ontology/merged-{{ project.id }}-edit.owl
5253
src/ontology/{{ project.id }}-edit.properties
54+
src/ontology/bridges
5355

5456
src/ontology/target/
5557
src/ontology/tmp/*

0 commit comments

Comments
 (0)