We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ff978 commit 217d083Copy full SHA for 217d083
arduino_midi_library.sublime-project
@@ -2,7 +2,9 @@
2
"folders":
3
[
4
{
5
- "path": "."
+ "path": ".",
6
+ "folder_exclude_patterns": [".*", "__pycache__"],
7
+ "file_exclude_patterns": [".*"]
8
}
9
],
10
"build_systems":
0 commit comments