added sublime project file

This commit is contained in:
Ayush Gupta
2012-07-18 11:45:44 -07:00
parent 5a52410e62
commit 4a54c7a7a0
2 changed files with 22 additions and 1 deletions

3
.gitignore vendored
View File

@@ -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
View 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"]
}
]
}