Skip to content

Commit ea22f90

Browse files
committed
Give sublime-project a unique name.
1 parent 2011c71 commit ea22f90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
*.sublime-workspace
12
.DS_Store
23
build/
3-
index.sublime-workspace
44
node_modules
55
npm-debug.log
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": ".",
55
"file_exclude_patterns": [
6-
"index.sublime-workspace"
6+
"*.sublime-workspace"
77
],
88
"folder_exclude_patterns": [
99
"build"

0 commit comments

Comments
 (0)