diff --git a/.gitignore b/.gitignore index 47b5d011..37336b16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Exclude obj direcory (object files for Makefile build) +# Exclude obj directory (object files for Makefile build) /obj # Exclude .dat and .rec files in build directories (avoid Config.dat, 290.rec and others) @@ -53,7 +53,7 @@ msvc2003/Release (Japanese) # Exclude VS Code folder .vscode/* -# Useful for VS Code users +# Include generically useful files for VS Code users !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json