Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

ignore_files

Marcel Kloubert edited this page Feb 21, 2018 · 1 revision

Home >> Settings >> Ignore files

Ignore files

With ignore setting, files can be ignored globally by using minimatch patterns.

{
    "deploy.reloaded": {
        "ignore": [
            "**/*.ts",
            "**/*.less"
        ]
    }
}

Files and directories ignored by default

  • setting folder (.vscode) ... behavior can be changed, by setting ignoreSettingsFolder to (false)
  • .git folder ... behavior can be changed, by setting ignoreGitFolder to (false)
  • .svn folder ... behavior can be changed, by setting ignoreSvnFolder to (false)
Clone this wiki locally