| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fastlane now has a mono repo, the documentation moved into the folder fastlane/docs
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
# Conflicts:
# Objective-C.gitignore
# Swift.gitignore
|
| |\
| | |
| | | |
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | |
| | | |
| | | |
| | | | |
xcuserdata folder
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
|
| | | |
| | | |
| | | |
| | | | |
Swift.gitignore
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Swift.gitignore
|
| | | | |
|
| | |/
| |/| |
|
|/ / |
|
|/
|
|
|
|
|
| |
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.
|
|
|
|
| |
some details based on #1221
|
| |
|
|
I just copied Objective-C.gitignore. It seemed to do the job with a small Swift
project.
|