sublime exclude folder?

  在sublime的项目中,其配置文件实际上是一个json文件,如果希望将某些文件夹或者文件排除在项目有效文件外,有以下方法:

在folder_exclude_patterns中输入对应的文件夹或者正则表达式(http://www.sublimetext.com/docs/2/projects.html)

{
    "folders":
    [
        {
            "path": "src",
            "folder_exclude_patterns": ["backup"]
        },
        {
            "path": "docs",
            "name": "Documentation",
            "file_exclude_patterns": ["*.css"]
        }
    ],
    "settings":
    {
        "tab_size": 8
    },
    "build_systems":
    [
        {
            "name": "List",
            "cmd": ["ls"]
        }
    ]
}
时间: 2024-10-12 09:11:08

sublime exclude folder?的相关文章

Getting started with TypeScript and Sublime Text -- 摘自https://cmatskas.com/getting-started-with-typescript-and-sublime-text/

Getting started with TypeScript and Sublime Text 04 March 2015  18 Comments  Posted in JavaScript, Open Source, TypeScript, Sublime Text UPDATED: This post has been rewritten around the official TypeScript plugin Typescript is awesome, period. TypeSc

用sublime server 启动本地服务器(手机访问电脑页面)

安装sublime server 插件包 1.Ctrl + shift + p install package sublimeServer 2.git cd to your Sublime packages folder, don't know where is it? Open Sublime and choose Preferences -> Browser Packages, yeah, here is it! $ git clone git://github.com/learning/S

sublime安装sublime server 和 无法使用package install的解决方法

无法使用package install 直接从https://github.com/wbond/sublime_package_control 下载文件,并改名为Package Control 然后打开sublime软件,点开首选项-->浏览器插件,用下载的文件夹,替换掉里面的相应文件夹.重启软件,就能正常使用了.ps 网上说修改hosts文件,我试了下,并没哟效果. 然后召唤出Package Install,输入sublime server,回车安装即可. 在工具-->sublimeServ

package、folder和source folder的区别

在用myeclipse工具开发java的过程中,新建目录时发现会有package,folder和source folder等不同类型的选项, 因此在网上搜集了一些资料:如下 以下文章转自:https://blog.csdn.net/fanxiaobin577328725/article/details/54092295 前言:我使用的是Eclipse,因此示例都是以这个IDE进行演示,其他IDE应该是类同的.package.folder和source folder本质都是文件夹,只不过是处理方式

sublime3+quick3.5 完整使用教程

sublime3+quick3.5 完整使用教程 Administrator   2015-07-15 14:43:08 1. 安装Sublime3 2. 注册Sublime3     Help--Enter License 输入以下内容,包含----- BEGIN LICENSE ----- 和------ END LICENSE ------ ----- BEGIN LICENSE ----- Andrew Weber Single User License EA7E-855605 813A

Highly featured Office 365 to Office 365 Migrator

EdbMails Office 365 to Office 365 Migration is the best third party migration tool to migrate single/ multiple office 365 migrate mailbox to another tenant account. The key features include : Simple and straightforward user interface 2.Incremental mi

A Perfect Exchange Migration tool

EdbMails Exchange Migration tool is one of the best solution for migrating mailboxes from Exchange to Exchange or Exchange Migration to Office 365. It will migrate all the mail items including E-Mails, calendars, journals, tasks, notes etc. It will a

h5 使用postcss-px2rem适配字体影响第三方ui库

vuecli3使用postcss-px2rem适配字体,mint-ui中的字体也会收到影响 postcss-px2rem没有排除功能,可以使用postcss-px2rem-exclude,在postcss-px2rem的基础上增加了the exclude folder option. 根据github上的使用介绍,在postcss.config.js添加所需要的配置即可.(注:package.json.vue.config.js中不需要修改) 如果打包之后没有效果可以把node_modules删

Visual Basic 函数速查

Calendar 常数 可在代码中的任何地方用下列常数代替实际值: 常数 值 描述 vbCalGreg 0 指出使用的是阳历. vbCalHijri 1 指出使用的是伊斯兰历法. Color 常数 可在代码中的任何地方用下列常数代替实际值: 常数 值 描述 vbBlack 0x0 黑色 vbRed 0xFF 红色 vbGreen 0xFF00 绿色 vbYellow 0xFFFF 黄色 vbBlue 0xFF0000 蓝色 vbMagenta 0xFF00FF 紫红色 vbCyan 0xFFFF