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
Kang Byul
  • 484
  • 9
  • 20

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,848
  • 2
  • 21
  • 34