Added gitignore
This commit is contained in:
parent
7be8445026
commit
e8e0a5a40f
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
*
|
||||||
|
|
||||||
|
!config/
|
||||||
|
!config/**
|
||||||
|
|
||||||
|
!marytts/
|
||||||
|
!marytts/**
|
||||||
|
|
||||||
|
!mods/
|
||||||
|
!mods/**
|
||||||
|
|
||||||
|
!scripts/
|
||||||
|
!scripts/**
|
||||||
|
|
||||||
|
!.gitignore
|
||||||
|
!README.md
|
Loading…
Reference in a new issue