Browse Source

added sublime project file

bubble
Ayush Gupta 12 years ago
parent
commit
4a54c7a7a0
2 changed files with 22 additions and 1 deletions
  1. +2
    -1
      .gitignore
  2. +20
    -0
      swagger-ui.json

+ 2
- 1
.gitignore 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
- 0
swagger-ui.json 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"]
}
]
}

Loading…
Cancel
Save