Skip to content

Instantly share code, notes, and snippets.

@InukVT
Last active January 20, 2020 06:26
Show Gist options
  • Select an option

  • Save InukVT/f73e389d4c81c03d4b2a09651a232746 to your computer and use it in GitHub Desktop.

Select an option

Save InukVT/f73e389d4c81c03d4b2a09651a232746 to your computer and use it in GitHub Desktop.
A nice project for us few who uses sublime to code Vapor sites
{
"folders":
[
{
"folder_exclude_patterns":
[
".*",
"docs",
"Sources",
"Tests"
],
"name": "Project",
"path": "."
},
{
"name": "Site",
"path": "Sources/App"
},
{
"name": "Site Tests",
"path": "Tests/AppTests"
},
{
"name": "Packages",
"path": ".build/checkouts"
}
],
"settings":
{
"SublimeAnarchyDebug":
{
"breakpoints":
[
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment