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.
24 lines
488 B
JSON
24 lines
488 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,
|
|
"doc": true,
|
|
"sounds": true,
|
|
// Excel Tabellen
|
|
"**/*.ods": true,
|
|
"**/*.xls": true,
|
|
"**/*.xlsx": true,
|
|
// Dokumente
|
|
"**/*.doc": true,
|
|
"**/*.docx": true,
|
|
"**/*.pdf": true,
|
|
"**/*.xcf": true
|
|
}
|
|
} |