Skip to content

Commit 0f4d6c2

Browse files
update gitignore (#196)
1 parent 03df57a commit 0f4d6c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ __pycache__*
33

44
# Visual Studio related files, e.g., ".vscode"
55
.vs*
6-
6+
*.code-workspace
77

88
# Misc. files at repository root:
99
# - default data cache directory
@@ -18,3 +18,7 @@ __pycache__*
1818
/*.sh
1919
# - archives with results or data
2020
/*.tgz
21+
22+
# Configurations from file explorers
23+
.directory
24+
.DS_Store

0 commit comments

Comments
 (0)