aboutsummaryrefslogtreecommitdiffstats
path: root/Objective-C.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3997 from 417-72KI/update-objcDaniel Johnson2024-06-111-7/+0
|\ | | | | Remove `CodeInjection` block from Objective-C.gitignore
| * Remove `CodeInjection` block from Objective-C.gitignore417-72KI2022-03-081-7/+0
| |
* | Drop Xcode 8 compatibilityEvgeny Aleksandrov2024-05-121-4/+0
| |
* | Drop Xcode 3 compatibilityEvgeny Aleksandrov2024-05-121-13/+0
|/
* Improving the documentation of Objective-C and Swift files (#3133)Antoine Cœur2019-08-071-12/+14
|
* Update Objective-C.gitignoreFidel Esteban Morales Cifuentes2018-06-291-0/+3
| | | Adding a comment in case one wants to ignore .xcworkspace
* [Fastlane] Specify screenshot files only, rather than whole folder (in case ↵Julian Caicedo2018-04-161-1/+1
| | | | | | the user has frameit config) The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files.
* updated link to fastlane docsBrendan Forster2017-02-161-2/+2
|
* Update Objective-C and Swift to match Xcode.gitignoreBenjamin Lea2016-11-011-1/+2
| | | | | | | | | | | | | The Objective-C and Swift gitignore files are missing `*.xccheckout` and `*.xcscmblueprint`, but these are still included in the Xcode gitignore. This commit synchronises the three files. The files themselves contain information about the user's local source control status and shouldn't be included in most Xcode repositories. `*.xcuserstate` appears to always be contained in `xcuserdata/` which is already ignored.
* Update ignore for fastlane files in Objective-CGabriel Oliva2016-08-161-0/+2
|
* Fix indentation 'Code Injection'MinJun Kweon2016-07-111-1/+1
|
* Add injection folder to ignoreRaimon Lapuente2016-05-131-0/+7
| | | | | After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow. Only bad side is that there's a folder included in the project that would be worth ignoring. We had it in our .gitignore file. Just pushing the change
* ignore .dSYM along with .ipa filesRoman Stetsenko2016-05-061-0/+2
|
* Update fastlane linksyanniks2016-03-201-1/+1
| | | | Fastlane now has a mono repo, the documentation moved into the folder fastlane/docs
* Merge branch 'master' of github.com:github/gitignore into keep-scm-filesHonza Dvorsky2016-02-261-4/+14
|\ | | | | | | | | | | # Conflicts: # Objective-C.gitignore # Swift.gitignore
| * Merge pull request #1546 from Coeur/patch-1Brendan Forster2016-01-271-4/+3
| |\ | | | | | | DerivedData and xcuserdata are folders; *.xcuserstate is always inside
| | * Merge branch 'master' into patch-1Antoine Cœur2015-08-151-1/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Add ignore for npm debug log files Add KiCad ignore for .bck and .kicad_pcb-bak Correct capitalisation of LightSwitch and omit generated.parameters.xml Add newline at EOF Add ignores for Visual Studio Lightswitch build output Adding optional ignore proposal for wwwroot folder Ignore NCrunch temporary files. Update Dart.gitignore Added .stack-work/ directory to Haskell .gitignore. add Android Studio to the covers list Ignore Default RSpec State File Ignore *.auxlock files created by TikZ in TeX Ignore files created by `\tikzexternalize` Update Typo3.gitignore for CMS v6.2 [ObjC][Swift] Ignore Xcode SCM blueprint files include preamble files generated by mylatexformat package Add .jar, .exe and .msi Remove .SRCINFO (and old .AURINFO) from .gitignore Add CMakeScripts directory ignore OAuth2 token ... Conflicts: Objective-C.gitignore Swift.gitignore
| | * | DerivedData and xcuserdata are folders; *.xcuserstate is always inside ↵Antoine Cœur2015-06-081-3/+2
| | | | | | | | | | | | | | | | xcuserdata folder
| * | | Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and ↵Nick Brook2015-11-191-1/+0
| | | | | | | | | | | | | | | | Swift.gitignore
| * | | Added link to more information about the available optionsFelix Krause2015-11-121-0/+2
| | | |
| * | | add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and ↵chenyufeng2015-11-091-0/+1
| | | | | | | | | | | | | | | | Swift.gitignore
| * | | Added fastlane to iOS projectsFelix Krause2015-10-171-0/+8
| | | |
| * | | Switched to httpsFelix Krause2015-10-171-1/+1
| | | |
| * | | Fixed whitespaceFelix Krause2015-10-171-1/+1
| | |/ | |/|
* / | Update Objective-C.gitignoreHonza Dvorsky2015-10-031-2/+0
|/ /
* / [ObjC][Swift] Ignore Xcode SCM blueprint filesBrian Gesiak2015-06-091-0/+1
|/ | | | | | | These files are automatically generated by Xcode and maintain information regarding source control. Xcode is typically used in Objective-C and Swift projects, so add these to the ignored files for these platforms.
* sync up xcode related gitignore filesBen Bodenmiller2015-05-101-2/+18
| | | | some details based on #1221
* Update CocoaPods guide URLVictor Gama2015-05-071-1/+1
| | | This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
* removing aditional white spaceriosc2015-03-111-1/+1
| | | removing this aditional white space avoid a mistake for beginners developers ignore the pod directory, because is confusing to note when they remove the '#' character and git still is tracking the pod dir.
* [Objective-C] Fixes a broken linkKyle Fuller2014-04-241-1/+1
| | | This got changed recently.
* Ignore xcuserstateElvis Nuñez2014-04-151-0/+1
| | | xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember
* Remove Obj-C-specific hmap & ipa from general Xcode templateCarl Suster2014-04-061-1/+0
|
* Remove profile from Obj-C to match #956Carl Suster2014-04-061-1/+0
|
* put back Xcode ignore to Objective-C.Konstantin Koval2014-03-311-0/+19
|
* Add Xcode support.MacPro: Fabien Sanglard2014-03-191-18/+0
|
* [Objective-C] Add a note about CocoaPod's Pods/Kyle Fuller2014-03-181-0/+9
|
* [Objective-C] Remove CocoaPods ignoresKyle Fuller2014-03-131-3/+0
| | | | | We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
* Remove OSX-specific rule from ObjectiveC templateCarl Suster2014-03-071-3/+0
|
* Added ipa file to Objective-C.gitignoreminsOne2013-11-271-0/+1
|
* Remove duplicate line in Objective-C.gitignoreMatt Rubin2013-11-251-1/+0
| | | The pattern `*.xccheckout` is already ignored on line 15.
* Remove .idea/ from ObjectiveC in favour of Global/IDEACarl Suster2013-11-091-1/+0
|
* Merge branch 'master' into patch-1Michael Gerbush2013-11-071-1/+8
|\ | | | | | | | | Conflicts: Objective-C.gitignore
| * Merge pull request #827 from trevorsheridan/masterAdam Roben2013-11-051-2/+4
| |\ | | | | | | Cleaning up Objective-C .gitignore and adding OS X section
| | * Cleaning up Objective-C .gitignore and adding OS X sectionTrevor Sheridan2013-11-041-2/+4
| | |
| * | Merge pull request #703 from modocache/masterAdam Roben2013-11-041-0/+1
| |\ \ | | |/ | |/| Ignore source control plist files generated by Xcode.
| | * Ignore source control plist files generated by Xcode.modocache2013-07-101-0/+1
| | |
| * | add .xccheckout to Objective-C gitignoreBart2013-09-171-0/+1
| |/ | | | | This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078
| * Remove Podfile.lock from Objective-C ignoresJustin Spahr-Summers2013-07-031-1/+0
| | | | | | Per discussion in #148.
| * Adding CocoaPods to gitignoreMatthias Wessendorf2013-07-021-0/+4
| |
* | Reverting change to ignore build subdirectoriesMichael Gerbush2013-05-021-1/+1
|/ | | Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted.