Skip to content

Commit e231d75

Browse files
committed
Added Sublime project file
1 parent ae663a3 commit e231d75

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
*.sublime-workspace
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"file_exclude_patterns":
6+
[
7+
"*.sublime-*"
8+
],
9+
"folder_exclude_patterns":
10+
[
11+
".git",
12+
"vendor"
13+
],
14+
"path": "."
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)