Skip to content

Commit e375d9c

Browse files
David Hemphilladamwathan
authored andcommitted
Add a sublime project file to hide /lib from searches
1 parent 1906859 commit e375d9c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
yarn.lock
33
lib
4+
*.sublime-workspace

tailwindcss.sublime-project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"folder_exclude_patterns": [
6+
"tailwindcss/lib"
7+
],
8+
"path": "."
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)