From 839dc8818a24ea6824a775d5f03fe0d7cc5a8874 Mon Sep 17 00:00:00 2001 From: Piotr Marecki Date: Tue, 25 Apr 2017 20:34:04 +0200 Subject: [PATCH] Create clean_gitignore.txt --- git/clean_gitignore.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git/clean_gitignore.txt diff --git a/git/clean_gitignore.txt b/git/clean_gitignore.txt new file mode 100644 index 0000000..e78986f --- /dev/null +++ b/git/clean_gitignore.txt @@ -0,0 +1,5 @@ +# Remove all cached files to ensure there are no .gitignore files being tracked +git rm --cached -r . + +# Track the files that should be tracked +git add .