Reputation: 524
I create .gitignore file by textedit on mac. ( by following Adam of link Git ignore file for Xcode projects I create empty txt format file, and copy and paste it.)
And I put that file in .git folder in the project folder.
Then, Does sourcetree will 'automatically' load this .gitignore file as soon as I put the file in that folder ?
Upvotes: 2
Views: 214
Reputation: 1893
Put it directly in the project folder not to .git. It will be automatically loaded by sourcetree from that folder
Upvotes: 1