diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-27 18:58:16 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-27 18:58:16 +0200 |
| commit | 62634d2beafb89336562cd9edb2ce044fde7db97 (patch) | |
| tree | 04f73731dd39bbd5f8b20beca8ef78311d61442e /.gitignore | |
| download | jednadvacet-62634d2beafb89336562cd9edb2ce044fde7db97.tar.gz jednadvacet-62634d2beafb89336562cd9edb2ce044fde7db97.tar.zst jednadvacet-62634d2beafb89336562cd9edb2ce044fde7db97.zip | |
Full game
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b29812 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +/.build +/Packages +/*.xcodeproj +xcuserdata/ +DerivedData/ +.swiftpm/config/registries.json +.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +.netrc |
