Skip to content

Commit 6f85565

Browse files
committed
Update gitignore to exclude vscode and mac files
1 parent 99506ff commit 6f85565

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ share/python-wheels/
2727
*.egg
2828
MANIFEST
2929

30+
# Visual Studio Code files
31+
.vscode/
32+
33+
# macOS .DS_Store files
34+
.DS_Store
35+
3036
# PyInstaller
3137
# Usually these files are written by a python script from a template
3238
# before PyInstaller builds the exe, so as to inject date/other infos into it.

examples/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)