| commit | 6ab6fce0d5309447156935c39c3d29dc4977c49d | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed May 07 12:42:53 2025 +0000 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Wed May 07 14:03:38 2025 -0700 |
| tree | 0f90c8ff0b221abc95cc3a05e72f9f1835edd497 | |
| parent | 1ed1cc459db26690eddb05da525e1580ae688b59 [diff] |
.dockerignore: add I'm tired of sketch committing .DS_Store files. There's probably a more general fix to be done here that helps all users, but I don't see its shape, and this at least eases my frustration in the near term. Co-Authored-By: sketch <hello@sketch.dev>
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..4f074fd --- /dev/null +++ b/.dockerignore
@@ -0,0 +1,2 @@ +.DS_Store +**/.DS_Store