aboutsummaryrefslogtreecommitdiffstats
path: root/Swift.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Improving the documentation of Objective-C and Swift files (#3133)Antoine Cœur2019-08-071-12/+14
|
* Swift: ignore .swiftpm (#3083)Max Cobb2019-08-071-0/+6
| | | | | | * added files to be ignored with swift package manager * added comment for swiftpm and why it might want to be included in .gitignore
* Updating Swift.gitignore with accio folders (#3046)Guilherme Ramos2019-05-011-0/+4
|
* Update Swift.gitignoreFidel Esteban Morales Cifuentes2018-06-301-0/+7
| | | Adding Code Injection
* Update Swift.gitignoreFidel Esteban Morales Cifuentes2018-06-291-0/+3
| | | Adding a comment in case one wants to ignore .xcworkspace
* Double asterisk in pathJulian Caicedo2018-04-151-1/+1
|
* Specify screenshot files only, not whole folderJulian Caicedo2018-04-131-1/+1
| | | | 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 screenshots.
* Updating Swift.gitignore with Package.resolvedFabrizio Brancati2017-08-221-0/+1
|
* updated link to fastlane docsBrendan Forster2017-02-161-1/+1
|
* Merge pull request #2163 from commscheck/xcode-source-controlBrendan Forster2017-01-281-1/+2
|\ | | | | Update Objective-C and Swift to match Xcode.gitignore
| * 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.
* | Updating Swift.gitignore with Package.pinsFabrizio Brancati2017-01-241-0/+1
|/
* 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.