diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4953924..be8e8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ ### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Go.gitignore # Binaries for programs and plugins -/* *.exe *.exe~ *.dll @@ -19,6 +18,7 @@ # Go workspace file go.work +/result /.env /.envrc /.pre-commit-config.yaml |