Skip to content

Instantly share code, notes, and snippets.

@branflake2267
Created June 12, 2020 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save branflake2267/62c2a02106622e3a066a4e48192bc397 to your computer and use it in GitHub Desktop.
Save branflake2267/62c2a02106622e3a066a4e48192bc397 to your computer and use it in GitHub Desktop.
Extjs in Java, ignore some of the src/main/javascript bits
{
"search.exclude": {
"**/*.log": true,
"**/bootstrap*.*": true,
"build": true,
"install": true,
"test": true,
"src/main/javascript/build": true,
"src/main/javascript/ext": true,
"src/main/resources": true,
"src/test": true,
"webapp/examples": true,
"webapp/extjs": true,
"webapp/packages": true,
"webapp/WEB-INF": true,
"webapp/resources/css/ext*": true,
"webapp/resources/ext*": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment