diff options
| author | marcinzelent <zelent.marcin@gmail.com> | 2019-04-26 23:46:04 +0200 |
|---|---|---|
| committer | marcinzelent <zelent.marcin@gmail.com> | 2019-04-26 23:46:04 +0200 |
| commit | 4835e5c98b2b22357efc76d08791406e92e768c9 (patch) | |
| tree | 3134f0216d42edd2733bfe28c3033391a0ca9c7d | |
| parent | ab2df3864351e775981d59b47193b4477aac1169 (diff) | |
Updated .gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,7 @@ Assets/AssetStoreTools* # Visual Studio cache directory .vs/ +.vscode/ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ @@ -35,3 +36,6 @@ sysinfo.txt # Builds *.apk *.unitypackage + +# System files +.DS_Store |