diff --git a/.gitignore b/.gitignore index 4a9da91..871ec2b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ hs_err_pid* *.greenfoot .vscode/ *~$* +doc/ diff --git a/.vscode/settings.json b/.vscode/settings.json index 2d95c3e..2e5e653 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,9 +9,16 @@ "project.greenfoot": true, "*.class": true, "*.ctxt": true, + "doc": true, + "sounds": true, // Excel Tabellen "**/*.ods": true, "**/*.xls": true, - "**/*.xlsx": true + "**/*.xlsx": true, + // Dokumente + "**/*.doc": true, + "**/*.docx": true, + "**/*.pdf": true, + "**/*.xcf": true } } \ No newline at end of file