mclangc/.gitignore
MCorange99 5b51430df1 IDK
2024-03-07 17:37:38 +02:00

18 lines
156 B
Plaintext

/target
/*
# files
!/.gitignore
!/cargo.lock
!/cargo.toml
!/README.md
# folders
!/.github
!/editor
!/examples
!/include
!/playground
!/src
!/tests
!/tools