Skip to content

Commit 2793dfe

Browse files
committed
ignoring lib in git / project
1 parent 163114f commit 2793dfe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ node_modules
2929

3030
# added by GitSavvy
3131
*.sublime-workspace
32+
33+
# generated output
34+
lib/

import.sublime-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
{
55
"path": ".",
6-
"folder_exclude_patterns": ["reports", "node_modules"]
6+
"folder_exclude_patterns": ["reports", "node_modules", "lib"]
77
}
88
]
99
}

0 commit comments

Comments
 (0)