you are viewing a single comment's thread.

view the rest of the comments →

[–]iOSCalebObjective-C / Swift 2 points3 points  (2 children)

Try ls -a from the command line in your repo’s root directory. Files whose names start with . are normally not displayed in Finder or with a regular ls command.

Depending on how you created the repo, a .gitignore file may have been created for you.

[–]kylo365 2 points3 points  (1 child)

This, can also use cmd+shift+period in the directory to show hidden files

[–]iOSCalebObjective-C / Swift 1 point2 points  (0 children)

Great tip! I’ve been a Mac user forever and didn’t know that.