diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:22:47 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:22:47 -0600 |
| commit | bcd37f402a2586d051ac10a6a4982c8c226b2cce (patch) | |
| tree | 5e6972044d781e6eb6d46d55cf9e5e93d41df012 /.gitignore | |
Adds basic project info
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02c0875 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +/.build +/Packages +/*.xcodeproj |