diff options
author | Edward <ed@itsed.com> | 2021-08-16 10:45:41 -0400 |
---|---|---|
committer | Edward <ed@itsed.com> | 2021-08-16 10:45:41 -0400 |
commit | fe613b517237357575e9cb6eee565231d1833746 (patch) | |
tree | 138bd37ab02a698c23bb355c80717f14cd2bfe13 /.gitignore | |
parent | 59ebbb95f0c3c89428c327d84d1e80f603fe5120 (diff) |
ignore macOS system files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ *.scad /target .idea/ +.DS_Store *.FCStd1 debug_* */__pycache__/* |