added sublime project file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ lib/*.pom
|
|||||||
version.properties
|
version.properties
|
||||||
reports/*
|
reports/*
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
swagger-ui.sublime-workspace
|
||||||
20
swagger-ui.json
Normal file
20
swagger-ui.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": ".",
|
||||||
|
"folder_exclude_patterns": ["dist", "node_modules", "lib"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings":
|
||||||
|
{
|
||||||
|
"file_exclude_patterns": ["swagger-ui.sublime-workspace"]
|
||||||
|
},
|
||||||
|
"build_systems":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "List",
|
||||||
|
"cmd": ["ls"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user