mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add a sublime project file to hide /lib from searches
This commit is contained in:
parent
19068596f4
commit
e375d9caae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/node_modules
|
||||
yarn.lock
|
||||
lib
|
||||
*.sublime-workspace
|
||||
|
||||
11
tailwindcss.sublime-project
Normal file
11
tailwindcss.sublime-project
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"folder_exclude_patterns": [
|
||||
"tailwindcss/lib"
|
||||
],
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user