Skip to content

Instantly share code, notes, and snippets.

@darylknight
Last active October 29, 2019 09:31
Show Gist options
  • Save darylknight/0ea45c747c63d8f239391b163ec66371 to your computer and use it in GitHub Desktop.
Save darylknight/0ea45c747c63d8f239391b163ec66371 to your computer and use it in GitHub Desktop.
Basic project file for ST3
{
"folders": [
{
"name": "Root",
"path": "/",
"folder_exclude_patterns": ["config", "db", "modules", "node_modules", "public", "src", "storage", "templates", "vendor" ]
}, {
"name": "Templates",
"path": "templates"
}, {
"name": "Config",
"path": "config"
}, {
"name": "Sass",
"path": "src/sass",
}, {
"name": "JS",
"path": "src/js",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment