diff options
| -rw-r--r-- | .DS_Store | bin | 18436 -> 0 bytes | |||
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | projects/.DS_Store | bin | 6148 -> 6148 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differdeleted file mode 100644 index 5fe589c..0000000 --- a/.DS_Store +++ /dev/null @@ -1,6 +1,10 @@ .vscode build/ +# macOS files +.DS_Store +**/.DS_Store + # Projects - ignore all folders inside projects/ except the projects folder itself projects/*/ !projects/README.md
\ No newline at end of file diff --git a/projects/.DS_Store b/projects/.DS_Store Binary files differindex 1cd0ded..e264c35 100644 --- a/projects/.DS_Store +++ b/projects/.DS_Store |
