diff --git a/Study_One/.gitignore b/Study_One/.gitignore index 3f2bf2c..8c6666d 100644 --- a/Study_One/.gitignore +++ b/Study_One/.gitignore @@ -1,12 +1,12 @@ # Ignore all files * -# Unignore directories (needed so git can look inside) +# Unignore directories !*/ # Only track .cs and .md files !*.cs !*.md -# And the gitignore itself +# Keep gitignore itself !.gitignore