diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
