From a8866b158b00a2c49ca953f98cdb392896de1608 Mon Sep 17 00:00:00 2001 From: Glenn Vriesman Date: Sat, 8 Sep 2018 14:25:33 +0200 Subject: [PATCH 1/2] REPO: Added and modified some ignore statements --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f759e8a06..589b0bc4a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,13 +3,8 @@ # Logs *.log -# Extras -extra/lgit.rb - -# Notes -notes/go.notes -TODO.notes -TODO.md +# Hidden +.* # Tests test/repos/repo @@ -17,3 +12,9 @@ coverage.txt # Binaries lazygit + +# Exceptions +!.gitignore +!.goreleaser.yml +!.circleci/ +!.github/ \ No newline at end of file From 700f8c7e796ccfca1bb31c830d960204b2daba26 Mon Sep 17 00:00:00 2001 From: Glenn Vriesman Date: Sun, 9 Sep 2018 13:37:38 +0200 Subject: [PATCH 2/2] REPO: Added TODO entries to the gitignore for jesse --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 589b0bc4a..e87f09a89 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,12 @@ # Hidden .* +# TODO +TODO.* + +# Notes +*.notes + # Tests test/repos/repo coverage.txt