Skip to content

Commit

Permalink
feat: add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Nov 1, 2024
1 parent baad36f commit 33df7fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ OWNERS
CODEOWNERS

# Development and build files
Makefile
*.Makefile
*.mk
.vscode/
.idea/
*.swp
Expand All @@ -45,7 +42,6 @@ test/
vendor/
node_modules/
tools/
scripts/

# Debug files
*.pprof
Expand All @@ -70,11 +66,6 @@ sweep.yaml
logs/
log/

# Web development files
*.css
*.js
*.html
web/

# macOS system files
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ require (
golang.org/x/text v0.19.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)

0 comments on commit 33df7fb

Please sign in to comment.