I sometimes want to put some test data in a repo, but I don't want to change .gitignore
for others. So, here is a way to ignore a folder without doing that.
- put a
.gitignore
file in the folder - put
**
in the.gitignore
file (yes this works)
I sometimes want to put some test data in a repo, but I don't want to change .gitignore
for others. So, here is a way to ignore a folder without doing that.
.gitignore
file in the folder**
in the .gitignore
file (yes this works)