pathland/.gitignore

14 lines
147 B
Plaintext
Raw Permalink Normal View History

2022-07-08 11:55:42 -07:00
*
!*/
# source code
!/src/**/*.rs
!/src/**/*.wgsl
# top-level configuration
!/.editorconfig
!/.gitignore
!/Cargo.lock
!/Cargo.toml
!/LICENSE.txt