diff --git a/.gitignore b/.gitignore index 00f1d2bf..ba07e5a9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ src/main/java/com/wordnik/env/Version.scala lib/*.pom version.properties reports/* -.sass-cache \ No newline at end of file +.sass-cache +swagger-ui.sublime-workspace \ No newline at end of file diff --git a/swagger-ui.json b/swagger-ui.json new file mode 100644 index 00000000..b7ddb4df --- /dev/null +++ b/swagger-ui.json @@ -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"] + } + ] +}