mclangc/.gitignore

18 lines
156 B
Plaintext
Raw Normal View History

2023-03-12 20:51:21 +00:00
/target
2024-03-07 15:37:38 +00:00
/*
2023-04-01 13:54:02 +00:00
2024-03-07 15:37:38 +00:00
# files
!/.gitignore
!/cargo.lock
!/cargo.toml
!/README.md
# folders
!/.github
!/editor
!/examples
!/include
!/playground
!/src
!/tests
!/tools