Add a sublime project file to hide /lib from searches

This commit is contained in:
David Hemphill 2017-08-26 17:09:52 -05:00 committed by Adam Wathan
parent 19068596f4
commit e375d9caae
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/node_modules
yarn.lock
lib
*.sublime-workspace

View File

@ -0,0 +1,11 @@
{
"folders":
[
{
"folder_exclude_patterns": [
"tailwindcss/lib"
],
"path": "."
}
]
}