Added inclusion phrase for meta
files
gitignore template of visualstudio is excluding meta file a proposal like in this issue could make use of the inclusion phrases to make generated gitignore files more usable: https://github.com/toptal/gitignore.io/issues/626
This commit is contained in:
parent
4488915eec
commit
8ecadd5327
@ -47,7 +47,8 @@ ExportedObj/
|
|||||||
*.opendb
|
*.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity3D generated meta files (include & exclude)
|
||||||
|
!*.meta
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
*.pdb.meta
|
*.pdb.meta
|
||||||
*.mdb.meta
|
*.mdb.meta
|
||||||
|
Loading…
Reference in New Issue
Block a user