Skip to content

Commit dc65589

Browse files
committed
Add sublime project file
1 parent d1eefaa commit dc65589

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
.project
77
.idea
88
.idea_modules
9+
*.sublime-workspace
910
target/
1011
outputs/
1112

12-
distrib/dependencies/
13+
/distrib/dependencies/
1314
/fetch-cache
1415

1516
*.log

codepulse.sublime-project

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"follow_symlinks": true,
6+
"path": ".",
7+
"folder_exclude_patterns": [ "target", "log-files", "temp-files", "node_modules" ]
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)