We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2015b commit ccd0e32Copy full SHA for ccd0e32
.gitignore
@@ -47,4 +47,5 @@ packages
47
48
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
49
50
-.pyzule*
+.pyzule*
51
+dumps
.vscode/settings.json
@@ -10,5 +10,10 @@
10
"*.xmi": "logos",
11
"*.m": "objective-c",
12
"*.h": "objective-c"
13
+ },
14
+
15
+ "search.exclude": {
16
+ "modules/": true,
17
+ "dump/": true
18
}
19
0 commit comments