diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ node_modules/ # in case we accidentally use something not licensed properly, we will keep demo game assets ignored. assets/demo/ + +# Rust +target/
\ No newline at end of file |