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
.gitignorefile in the folder - put
**in the.gitignorefile (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)