diff options
author | Teddy Wing | 2018-10-08 16:36:39 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-08 16:36:39 +0200 |
commit | 24132a36a3e150d0557ec9f8434221777f7193e3 (patch) | |
tree | d2bf79d3d6bf8d0f22d32175031909d53f788718 /.gitignore | |
parent | 8412194269fe6632fe9ec4766392d270d47f40e1 (diff) | |
download | Word-Count-24132a36a3e150d0557ec9f8434221777f7193e3.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 |