Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(ci): add .envrc to .gitignore, add go.work* to .dockerignore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtagscherer authored Jan 18, 2024
1 parent 524d563 commit 2681efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ scanner_boot_test
.envrc
Dockerfile*
dist
go.work*
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ db.db
site/
dist
go.work*
.envrc

0 comments on commit 2681efa

Please sign in to comment.