mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-06-26 09:25:15 -06:00
🧑💻 Add sublime-project file
This commit is contained in:
parent
29dbaf9c78
commit
3c74f3fb22
2 changed files with 11 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,7 +2,8 @@
|
||||||
# OS
|
# OS
|
||||||
#
|
#
|
||||||
applet/
|
applet/
|
||||||
*.DS_Store
|
.DS_Store
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
9
Configurations.sublime-project
Normal file
9
Configurations.sublime-project
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"file_exclude_patterns": [ "*.sublime-project" ],
|
||||||
|
"path": ".",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue