1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
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