diff options
author | Teddy Wing | 2018-08-06 23:07:37 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-06 23:07:37 +0200 |
commit | 7f74ab13b406a838fd7bfeeb17306a14e0685518 (patch) | |
tree | 0e63d53fc77069118206659e9690043bab8640d4 | |
parent | 8645fbf85382c8ff4fe3befd946d41a62f837184 (diff) | |
download | DomeKey-7f74ab13b406a838fd7bfeeb17306a14e0685518.tar.bz2 |
Add .gitignore
Taken from https://www.gitignore.io/api/objective-c with modifications.
Cleaned up the comments and got rid of things I didn't think were
necesary.
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccd758f --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Build +build/ +DerivedData/ + +# Settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +# Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +# Objective-C/Swift +*.hmap +*.ipa +*.dSYM.zip +*.dSYM |