| The registry it pushes to is the one it has 627b785 nandi 8h ago | 1 | # What `docker build` should not carry to the daemon, for the one Dockerfile |
| 2 | # in this tree (.modal/web/Dockerfile). All of it is either generated by the |
| 3 | # build that is about to happen or state belonging to the machine running it, |
| 4 | # and .toolchain alone is 3.3GB of SDK that the image fetches for itself by |
| 5 | # sha256 anyway. |
| 6 | # |
| 7 | # The same list, in the same spirit, as `[build] ignore` in |
| 8 | # .modal/dev/container.toml -- one mechanism uploads to Modal and the other |
| 9 | # to a docker daemon, and neither wants a laptop's build tree. |
| 10 | .git |
| 11 | .toolchain/ |
| 12 | build/ |
| 13 | flutter/build/ |
| 14 | flutter/.home/ |
| 15 | flutter/.dart_tool/ |
| 16 | dart/*/.dart_tool/ |
| 17 | nim/nimcache/ |
| 18 | .cpcache/ |
| 19 | .clj-kondo/ |
| 20 | .lsp/ |
| 21 | result |
| 22 | result-* |
| 23 | __pycache__/ |
| 24 | .web-local/ |