Search found 2 matches

by AdamActual
23 May 2022, 04:35
Forum: Help
Topic: Include/Ignore more specific patterns
Replies: 0
Views: 369

Include/Ignore more specific patterns

Hi there!

I'm currently trying to sync a number of directories via a batch file. Every file and directory in the source directory have a meta file. e.g.:
ADirectory/
ADirectory.meta
aFile.txt
aFile.txt.meta
I am looking to sync the meta files for files only , in a .gitignore I can do this with ...
by AdamActual
23 May 2022, 04:35
Forum: Help
Topic: Include/Ignore more specific patterns
Replies: 0
Views: 250

Include/Ignore more specific patterns

Hi there!

I'm currently trying to sync a number of directories via a batch file. Every file and directory in the source directory have a meta file. e.g.:
ADirectory/
ADirectory.meta
aFile.txt
aFile.txt.meta
I am looking to sync the meta files for files only , in a .gitignore I can do this with ...