18 lines
156 B
Plaintext
18 lines
156 B
Plaintext
/target
|
|
/*
|
|
|
|
# files
|
|
!/.gitignore
|
|
!/cargo.lock
|
|
!/cargo.toml
|
|
!/README.md
|
|
|
|
# folders
|
|
!/.github
|
|
!/editor
|
|
!/examples
|
|
!/include
|
|
!/playground
|
|
!/src
|
|
!/tests
|
|
!/tools |