Joined May 2013
·

Wouter Sioen

PHP Developer at Wijs
·
Belgium
·
·
·

Posted to A very useful CLI alias over 1 year ago

@runexec Or just alias ls='ls --color=auto', I think you always want colors when you use ls.

Posted to Symfony2 project Sublime config over 1 year ago

I prefer to add the cache, logs and web folders in the "binary_file_patterns" instead off the "folder_exclude_patterns". This makes sure you're still seeing the folders in your sidebar, but don't get results when you search the full projects.

{
    "folders":
    [
        {
            "path": "/your/path/here",
            "binary_file_patterns": [
                "app/cache/*", "app/logs/*",
                "web/js/*", "web/css/*", "web/bundles/*"
            ]
        }
    ]
}
Achievements
58 Karma
0 Total ProTip Views