From a84bdd53a08ac5f8939d3708822b9e254705c412 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:21:17 -0500 Subject: Save before committing kids --- .gitignore | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6df5d1f..684581a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,20 @@ -.DS_Store* - -# These directories are meant for installing files generated inside the dev/ directory -# They are in the git repo only so that students will checkout the intended directory -# structure from the start, but we do not want to add anything inside them to git. -# So, we ignore all files inside the directories except for a README. - -bin/* -!bin/README.md - -include/* -!include/README.md - -lib/* -!lib/README.md - -share/* -!share/README.md - -.vscode +.DS_Store* + +# These directories are meant for installing files generated inside the dev/ directory +# They are in the git repo only so that students will checkout the intended directory +# structure from the start, but we do not want to add anything inside them to git. +# So, we ignore all files inside the directories except for a README. + +bin/* +!bin/README.md + +include/* +!include/README.md + +lib/* +!lib/README.md + +share/* +!share/README.md + +.vscode -- cgit v1.2.3