diff options
| author | spv <spv@spv.sh> | 2023-03-19 17:56:17 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2023-03-19 17:56:17 -0400 |
| commit | 7001c2a2a18bee2537946f4d490be1c7eef6a138 (patch) | |
| tree | eec15413f8bd6f95e1435542a709a1e675ccff59 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9733136 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.xcworkspace +._* +.*DS_Store +*.dylib +bin
\ No newline at end of file |
