Skip to content

Commit

Permalink
[ci] Improve .dockerignore
Browse files Browse the repository at this point in the history
The `.*` and `**/.dart_tool/` rules should be combined into `**/.*` to ignore all hidden directories anywhere.
  • Loading branch information
AsturaPhoenix committed Aug 4, 2023
1 parent fef7e0a commit e48946e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.*
**/.dart_tool/
**/.*
Dockerfile
app/build/
dev/
Expand Down

0 comments on commit e48946e

Please sign in to comment.