rustyscreeps / cargo-screeps

Build tool for deploying Rust WASM code to Screeps game servers
MIT License
25 stars 13 forks source link

Prune function of copy mode causes problems with Screeps: Arena typings #39

Open shanemadden opened 1 year ago

shanemadden commented 1 year ago

prune function being enabled currently causes problems with deploying Screeps: Arena bots; the typings directory within user code directories for each arena is populated by the game, and (at least on the mac I've tested on) the prune function tries and fails to delete this directory with permissions errors. cargo-screeps should ignore that directory (or all directories?) when pruning.