|
| 1 | + |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/xcode,macos,linux,windows,sublimetext,swift,swiftpackagemanager,swiftpm,objective-c |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,macos,linux,windows,sublimetext,swift,swiftpackagemanager,swiftpm,objective-c |
| 4 | + |
| 5 | +### Linux ### |
| 6 | +*~ |
| 7 | + |
| 8 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 9 | +.fuse_hidden* |
| 10 | + |
| 11 | +# KDE directory preferences |
| 12 | +.directory |
| 13 | + |
| 14 | +# Linux trash folder which might appear on any partition or disk |
| 15 | +.Trash-* |
| 16 | + |
| 17 | +# .nfs files are created when an open file is removed but is still being accessed |
| 18 | +.nfs* |
| 19 | + |
| 20 | +### macOS ### |
| 21 | +# General |
| 22 | +.DS_Store |
| 23 | +.AppleDouble |
| 24 | +.LSOverride |
| 25 | + |
| 26 | +# Icon must end with two \r |
| 27 | +Icon |
| 28 | + |
| 29 | +# Thumbnails |
| 30 | +._* |
| 31 | + |
| 32 | +# Files that might appear in the root of a volume |
| 33 | +.DocumentRevisions-V100 |
| 34 | +.fseventsd |
| 35 | +.Spotlight-V100 |
| 36 | +.TemporaryItems |
| 37 | +.Trashes |
| 38 | +.VolumeIcon.icns |
| 39 | +.com.apple.timemachine.donotpresent |
| 40 | + |
| 41 | +# Directories potentially created on remote AFP share |
| 42 | +.AppleDB |
| 43 | +.AppleDesktop |
| 44 | +Network Trash Folder |
| 45 | +Temporary Items |
| 46 | +.apdisk |
| 47 | + |
| 48 | +# Xcode |
| 49 | +# |
| 50 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 51 | + |
| 52 | +## Build generated |
| 53 | +build/ |
| 54 | +DerivedData/ |
| 55 | + |
| 56 | +## Various settings |
| 57 | +*.pbxuser |
| 58 | +!default.pbxuser |
| 59 | +*.mode1v3 |
| 60 | +!default.mode1v3 |
| 61 | +*.mode2v3 |
| 62 | +!default.mode2v3 |
| 63 | +*.perspectivev3 |
| 64 | +!default.perspectivev3 |
| 65 | +xcuserdata/ |
| 66 | + |
| 67 | +## Other |
| 68 | +*.moved-aside |
| 69 | +*.xccheckout |
| 70 | +*.xcscmblueprint |
| 71 | + |
| 72 | +## Obj-C/Swift specific |
| 73 | +*.hmap |
| 74 | +*.ipa |
| 75 | +*.dSYM.zip |
| 76 | +*.dSYM |
| 77 | + |
| 78 | +## Playgrounds |
| 79 | +timeline.xctimeline |
| 80 | +playground.xcworkspace |
| 81 | + |
| 82 | +# Swift Package Manager |
| 83 | +# |
| 84 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 85 | +# Packages/ |
| 86 | +# Package.pins |
| 87 | +.build/ |
| 88 | + |
| 89 | +# CocoaPods |
| 90 | +# |
| 91 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 92 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 93 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 94 | +# |
| 95 | +# Pods/ |
| 96 | + |
| 97 | +# Carthage |
| 98 | +# |
| 99 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 100 | +# Carthage/Checkouts |
| 101 | + |
| 102 | +Carthage/Build |
| 103 | + |
| 104 | +# fastlane |
| 105 | +# |
| 106 | +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
| 107 | +# screenshots whenever they are needed. |
| 108 | +# For more information about the recommended setup visit: |
| 109 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 110 | + |
| 111 | +fastlane/report.xml |
| 112 | +fastlane/Preview.html |
| 113 | +fastlane/screenshots |
| 114 | +fastlane/test_output |
| 115 | + |
| 116 | +### SublimeText ### |
| 117 | +# Cache files for Sublime Text |
| 118 | +*.tmlanguage.cache |
| 119 | +*.tmPreferences.cache |
| 120 | +*.stTheme.cache |
| 121 | + |
| 122 | +# Workspace files are user-specific |
| 123 | +*.sublime-workspace |
| 124 | + |
| 125 | +# Project files should be checked into the repository, unless a significant |
| 126 | +# proportion of contributors will probably not be using Sublime Text |
| 127 | +# *.sublime-project |
| 128 | + |
| 129 | +# SFTP configuration file |
| 130 | +sftp-config.json |
| 131 | + |
| 132 | +# Package control specific files |
| 133 | +Package Control.last-run |
| 134 | +Package Control.ca-list |
| 135 | +Package Control.ca-bundle |
| 136 | +Package Control.system-ca-bundle |
| 137 | +Package Control.cache/ |
| 138 | +Package Control.ca-certs/ |
| 139 | +Package Control.merged-ca-bundle |
| 140 | +Package Control.user-ca-bundle |
| 141 | +oscrypto-ca-bundle.crt |
| 142 | +bh_unicode_properties.cache |
| 143 | + |
| 144 | +# Sublime-github package stores a github token in this file |
| 145 | +# https://packagecontrol.io/packages/sublime-github |
| 146 | +GitHub.sublime-settings |
0 commit comments