Last active
October 29, 2019 09:31
-
-
Save darylknight/0ea45c747c63d8f239391b163ec66371 to your computer and use it in GitHub Desktop.
Basic project file for ST3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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