Skip to content

Commit

Permalink
drop a file pattern from .gitignore and .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 9, 2024
1 parent a32a48f commit 81fd199
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/gojq
/goxz
/CREDITS
/._*
/y.output
*.exe
*.test
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/gojq
/goxz
/CREDITS
/._*
/y.output
*.exe
*.test
Expand Down

0 comments on commit 81fd199

Please sign in to comment.