ref: f60e5cbf47d5f3183694af85a0d4c3eafda3de1a
parent: 6ef6f0f5c08c5a880687b85427d29670c3f24282
parent: b3cb19f70cb8a60197e830165ec12882bfe26748
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun May 5 09:48:11 EDT 2019
Merge pull request #9 from GabrielRavier/correctGitIgnore Correct errors in .gitignore
--- 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 the converted resource files
@@ -50,7 +50,7 @@
# 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