diff options
author | Teddy Wing | 2016-11-16 02:13:56 -0500 |
---|---|---|
committer | Teddy Wing | 2016-11-16 02:15:07 -0500 |
commit | 134563045ccce694093e82f7d977b2c2ed6ef5ea (patch) | |
tree | ab2b783b1380566e2b51fc00302259df3954b053 | |
parent | 8ecc7d5d2bff4de46196289b49835ea62a138b52 (diff) | |
download | Low-Battery-Yup-134563045ccce694093e82f7d977b2c2ed6ef5ea.tar.bz2 |
.gitignore: Ignore _private directory
Uncommitted directory for development resources and gatherings.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ xcuserdata # Ignore binary release directory /Releases/ + +/_private/ |