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.
17 lines
359 B
JSON
17 lines
359 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,
|
|
"*.class": true,
|
|
"*.ctxt": true,
|
|
// Excel Tabellen
|
|
"**/*.ods": true,
|
|
"**/*.xls": true,
|
|
"**/*.xlsx": true
|
|
}
|
|
} |