ignore all other themes except default
This commit is contained in:
parent
327abc996c
commit
659ec64fdc
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -5,4 +5,11 @@ dist
|
|||
.cache
|
||||
.DS_Store
|
||||
assets
|
||||
vendor
|
||||
vendor
|
||||
|
||||
!src/
|
||||
src/*
|
||||
!src/themes
|
||||
src/themes/*
|
||||
!src/themes/fipamo-default
|
||||
!src/themes/fipamo-default/*
|
Loading…
Reference in a new issue