Commit e2cd0c66a0
Verified · cmc
.gitignore added +9
| @@ -0,0 +1,9 @@ | ||
| 1 | # Agent brief: local working notes, not project documentation. | |
| 2 | DESIGN.org | |
| 3 | ||
| 4 | # Xcode | |
| 5 | .DS_Store | |
| 6 | xcuserdata/ | |
| 7 | *.xcuserstate | |
| 8 | DerivedData/ | |
| 9 | build/ | |
a native ios client for gitbay
e2cd0c66a0Verified · cmc
| @@ -0,0 +1,9 @@ | ||
| 1 | # Agent brief: local working notes, not project documentation. | |
| 2 | DESIGN.org | |
| 3 | ||
| 4 | # Xcode | |
| 5 | .DS_Store | |
| 6 | xcuserdata/ | |
| 7 | *.xcuserstate | |
| 8 | DerivedData/ | |
| 9 | build/ | |