Skip to content

Commit 3c74f3f

Browse files
committed
πŸ§‘β€πŸ’» Add sublime-project file
1 parent 29dbaf9 commit 3c74f3f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€Ž.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# OS
33
#
44
applet/
5-
*.DS_Store
5+
.DS_Store
6+
*.sublime-workspace
67

78
# Prerequisites
89
*.d

β€ŽConfigurations.sublime-project

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"file_exclude_patterns": [ "*.sublime-project" ],
6+
"path": ".",
7+
},
8+
],
9+
}

0 commit comments

Comments
Β (0)