Skip to content

Instantly share code, notes, and snippets.

@micmro
Created June 30, 2014 14:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save micmro/6d8e3da429b8e52cc151 to your computer and use it in GitHub Desktop.
MEAN.ie Sublime project file
{
"folders":
[
{
"path": ".",
//"name" : "Mean Project Name",
"file_exclude_patterns": [
"mean-dev.*"
,"local.*"
,"LICENSE"
,"AUTHORS"
,"Procfile"
,".gitignore"
,".slugignore"
,".travis.yml"
,".jshintrc"
,".bowerrc"
,".nodemonignore"
,".csslintrc"
,".jshintrc"
,".jshintignore"
,"*.docx"
,"*.md"
,"*.sublime-workspace"
,"*.sublime-project"
,"mongod.lock"
,"Gruntfile.js"
,"package.json"
,"bower.json"
],
"folder_exclude_patterns": [
"journal"
,"node_modules"
,".bower*"
,"_tmp"
]
}
]
,"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment