summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGlenn Vriesman <glenn.vriesman@gmail.com>2018-09-08 14:25:33 +0200
committerGlenn Vriesman <glenn.vriesman@gmail.com>2018-09-08 14:25:33 +0200
commita8866b158b00a2c49ca953f98cdb392896de1608 (patch)
tree7fedf6522a7163899e36243ddfdc9ca247e92ab5 /.gitignore
parentba7e6add8690de21239cd0f37ee52a7c50236518 (diff)
REPO: Added and modified some ignore statements
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files 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