added sublime project file
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,4 +15,5 @@ src/main/java/com/wordnik/env/Version.scala
|
||||
lib/*.pom
|
||||
version.properties
|
||||
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