Skip to content

Commit

Permalink
Merge pull request #1 from Escape-Technologies/feat/dockerignore
Browse files Browse the repository at this point in the history
ci: dockerignore
  • Loading branch information
QuentinN42 authored Aug 16, 2023
2 parents 16b7018 + a3cb717 commit 6cd9940
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 10 deletions.
19 changes: 19 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.github
.git
.gitignore
.goreleaser.yaml
README.md
# .gitignore
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
go-proxy
main
dist
.vscode
.idea
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
go.work
go-proxy
main
.vscode
.idea
Loading

0 comments on commit 6cd9940

Please sign in to comment.