diff options
author | Teddy Wing | 2018-09-05 21:59:43 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 22:03:10 +0200 |
commit | 4cf3295b3696da8c5032a2c75aa894203cc97003 (patch) | |
tree | 7f1368c90424d94d87cfaa778e14cf8c781a9009 /.gitignore | |
parent | b6b106b9456e42e105d65ff8ea2a4425595ab25c (diff) | |
download | Copy-Mailto-4cf3295b3696da8c5032a2c75aa894203cc97003.tar.bz2 |
Add .gitignore
Diffstat (limited to '.gitignore')
-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 |