Skip to content

auto generate .gitignore and .gitattribute file in the directory of your choosing with XCode script menu option

Notifications You must be signed in to change notification settings

tbarbe/Xcode-Git-User-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a quick script add-on for Xcode that lets you autogenrate .gitignore and .gitattributes in the directory of your choosing.

Simple copy-paste the script into the script menu in Xcode:  Script Menu> Edit User Scripts...  (its the AppleScripting menu icon next to help )

Once you have created a new script and pasted the contents in you may just run the script and it will ask you to name and choose location for two files.
The default names are already filled in ( .gitignore , .gitattributes ) - just choose the root directory where you want them to appear.
The finder will warn you that "." will dissapear from finder view when created just hit ok!

About

auto generate .gitignore and .gitattribute file in the directory of your choosing with XCode script menu option

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published