aboutsummaryrefslogtreecommitdiffstats
path: root/Swift.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove a trailing whitepsaceDaniel Burgess2016-03-181-1/+1
|
* Update ignore for fastlane files in SwiftChris Amanse2016-03-161-0/+2
|
* Merge branch 'master' of github.com:github/gitignore into keep-scm-filesHonza Dvorsky2016-02-261-3/+23
|\ | | | | | | | | | | # 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
| * | | Ignore playground.xcworkspace playground fileAdriano Ferreira2016-01-031-0/+1
| | | |
| * | | Ignore timeline.xctimeline playground fileAdriano Ferreira2016-01-031-0/+3
| | | |
| * | | Add Swift Package Manager to Swift.gitignoreNate Stedman2015-12-041-0/+6
| | | | | | | | | | | | Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
| * | | 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
| | | |
| * | | Fixed Cocoapods linkFelix Krause2015-10-171-1/+1
| | |/ | |/|
* / | Update Swift.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/+11
| | | | some details based on #1221
* Add Carthage build folder and explainationNate West2015-01-151-0/+7
|
* Add Swift.gitignoreMartin Blech2014-07-231-0/+26
I just copied Objective-C.gitignore. It seemed to do the job with a small Swift project.