Skip to content

Commit

Permalink
added sublime project file
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush committed Jul 18, 2012
1 parent 5a52410 commit 4a54c7a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 20 additions & 0 deletions swagger-ui.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}

0 comments on commit 4a54c7a

Please sign in to comment.