12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Exclude the Podspecs
- Pods/*
- Podfile.lock
-
- # Exclude any PSD/AI source
- #*.psd
- #*.ai
-
- # Exclude generated files
- VersionX-revision.h
-
- # Exclude the build products
- build/*
- *.[oa]
-
- # Exclude temp nibs and swap files
- *~.nib
- *.swp
- *~
-
- # Sparkle distribution Private Key (Don't check me in!)
- dsa_priv.pem
-
- # Exclude OS X folder attributes
- .DS_Store
-
- # Exclude user-specific XCode 3 and 4 files
- *.mode1
- *.mode1v3
- *.mode2v3
- *.perspective
- *.perspectivev3
- *.pbxuser
- *.xcuserdata
- xcuserdata/
- */xcuserdata/
-
- # Exclude ReleaseNotes
- RELEASENOTES
- RELEASENOTES.*
- release_notes
- release_notes.*
-
- # Other source repository archive directories (protects when importing)
- .hg
- .svn
- CVS
- Assets/*
- UCLALibrary.wiki/*
|