Showing 1 changed files with 16 additions and 0 deletions
+16 -0
.gitignore
@@ -0,0 +1,16 @@
1
+# macOS
2
+.DS_Store
3
+**/.DS_Store
4
+
5
+# Local editor/workspace state
6
+.VSCode/
7
+VSCode/
8
+*.code-workspace
9
+
10
+# Local project/runtime state
11
+.doc/
12
+cluster-context/.DS_Store
13
+projects/.DS_Store
14
+
15
+# Ignore git metadata in nested submodules in this superproject
16
+.gitmodules