summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214