2

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 ?

enter image description here

Community
  • 1
  • 1
Pokemon
  • 494
  • 10
  • 22

1 Answers1

1

Put it directly in the project folder not to .git. It will be automatically loaded by sourcetree from that folder

RomCoo
  • 1,868
  • 2
  • 23
  • 36