From 885bc6e87031ed301b4429ba6f420344c165d645 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 3 Oct 2016 11:19:15 -0700 Subject: [PATCH] Removed old file (using VSCode now). --- arduino_midi_library.sublime-project | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 arduino_midi_library.sublime-project diff --git a/arduino_midi_library.sublime-project b/arduino_midi_library.sublime-project deleted file mode 100644 index 2778d82..0000000 --- a/arduino_midi_library.sublime-project +++ /dev/null @@ -1,18 +0,0 @@ -{ - "folders": - [ - { - "path": ".", - "folder_exclude_patterns": [".*", "__pycache__"], - "file_exclude_patterns": [".*"] - } - ], - "build_systems": - [ - { - "name": "Arduino MIDI Library Validator", - "cmd": ["python3", "${project_path}/res/validate.py"], - "path": "/usr/local/bin:/usr/bin:/bin" - } - ] -}