You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zweiundvierzig-JavaFX/.vscode/settings.json

27 lines
548 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
// IDE Einstellungen
"**/.git": true,
"**/.DS_Store": true,
"**/.vscode": true,
// Greenfoot Dateien
"project.greenfoot": true,
"package.bluej": true,
"*.class": true,
"*.ctxt": true,
"doc": true,
"sounds": true,
// Excel Tabellen
"**/*.ods": true,
"**/*.xls": true,
"**/*.xlsx": true,
// Dokumente
"**/*.doc": true,
"**/*.docx": true,
"**/*.pdf": true,
"**/*.xcf": true,
// Sonstiges
"**/*.mht": true
}
}