Commit Graph

33 Commits

Author SHA1 Message Date
Antoine Cœur e00d43a5f5 Improving the documentation of Objective-C and Swift files (#3133) 2019-08-07 09:23:05 -03:00
Max Cobb a3e8e1470d Swift: ignore .swiftpm (#3083)
* added files to be ignored with swift package manager

* added comment for swiftpm and why it might want to be included in .gitignore
2019-08-07 09:08:55 -03:00
Guilherme Ramos 5b50e4c857 Updating Swift.gitignore with accio folders (#3046) 2019-05-01 15:06:26 -03:00
Fidel Esteban Morales Cifuentes 12f63fc752
Update Swift.gitignore
Adding Code Injection
2018-06-30 20:18:50 -06:00
Fidel Esteban Morales Cifuentes 0b4386a2fa
Update Swift.gitignore
Adding a comment in case one wants to ignore .xcworkspace
2018-06-29 17:02:16 -06:00
Julian Caicedo a9f6d9944e
Double asterisk in path 2018-04-15 15:34:51 +02:00
Julian Caicedo 3abb3367bc Specify screenshot files only, not whole folder
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.
2018-04-13 12:23:48 +02:00
Fabrizio Brancati d31c40e447 Updating Swift.gitignore with Package.resolved 2017-08-22 23:58:27 +02:00
Brendan Forster 8ca6baad0a updated link to fastlane docs 2017-02-16 10:47:31 +11:00
Brendan Forster ac8884009e Merge pull request #2163 from commscheck/xcode-source-control
Update Objective-C and Swift to match Xcode.gitignore
2017-01-28 12:22:57 +01:00
Fabrizio Brancati ad446600de Updating Swift.gitignore with Package.pins 2017-01-24 11:16:40 +01:00
Benjamin Lea 2cb9cf4ebd Update Objective-C and Swift to match Xcode.gitignore
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.
2016-11-01 12:11:44 +11:00
Roman Stetsenko ce5d3969e7 ignore .dSYM along with .ipa files 2016-05-06 12:57:06 +03:00
yanniks 9b9923fce2 Update fastlane links
Fastlane now has a mono repo, the documentation moved into the folder fastlane/docs
2016-03-20 21:42:56 -04:00
Daniel Burgess 5d8e3b38e6 Remove a trailing whitepsace 2016-03-18 16:34:28 -04:00
Chris Amanse 6555433867 Update ignore for fastlane files in Swift 2016-03-16 09:08:22 +08:00
Honza Dvorsky 272913dd9d Merge branch 'master' of github.com:github/gitignore into keep-scm-files
# Conflicts:
#	Objective-C.gitignore
#	Swift.gitignore
2016-02-26 00:07:20 +00:00
Brendan Forster 352c903c34 Merge pull request #1546 from Coeur/patch-1
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
2016-01-27 15:27:31 +10:30
Adriano Ferreira 33da976da9 Ignore playground.xcworkspace playground file 2016-01-03 12:02:46 -05:00
Adriano Ferreira 679c677382 Ignore timeline.xctimeline playground file 2016-01-03 11:56:41 -05:00
Nate Stedman 611c239f68 Add Swift Package Manager to Swift.gitignore
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
2015-12-04 09:08:40 -05:00
Nick Brook 97dc1fdfc3 Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-19 00:24:34 +00:00
Felix Krause 3db9d96ecd Added link to more information about the available options 2015-11-12 00:11:58 +01:00
chenyufeng 84010e499f add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-09 10:51:42 +08:00
Felix Krause 68ffe8de32 Added fastlane to iOS projects 2015-10-17 13:33:41 -07:00
Felix Krause 807a017192 Fixed Cocoapods link 2015-10-17 13:31:07 -07:00
Honza Dvorsky c02577acb0 Update Swift.gitignore 2015-10-03 01:15:22 +01:00
Antoine Cœur f17925fe61 Merge branch 'master' into patch-1
* 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
2015-08-15 22:35:32 +08:00
Brian Gesiak 4323f1e2c8 [ObjC][Swift] Ignore Xcode SCM blueprint files
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.
2015-06-09 00:24:09 -04:00
Antoine Cœur f85cff8fbe DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder 2015-06-08 12:15:40 +02:00
Ben Bodenmiller 507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Nate West 36ebe1a596 Add Carthage build folder and explaination 2015-01-15 11:28:08 -05:00
Martin Blech a53ae5d7ca Add Swift.gitignore
I just copied Objective-C.gitignore. It seemed to do the job with a small Swift
project.
2014-07-23 19:23:20 -03:00