gitignore: ignore examples/tutorial tsv files
This commit is contained in:
parent
efabc8025a
commit
cae4173a8f
7
.gitignore
vendored
7
.gitignore
vendored
@ -18,3 +18,10 @@ dist/
|
|||||||
# Other temporary files
|
# Other temporary files
|
||||||
__pycache__
|
__pycache__
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
# Built examples
|
||||||
|
examples/*
|
||||||
|
tutorial/*
|
||||||
|
!examples/*.yml
|
||||||
|
!tutorial/*.yml
|
||||||
|
!tutorial/*.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user