bedrock/.gitignore
2025-06-07 14:17:56 -06:00

14 lines
131 B
Text

*
!/.gitignore
!/README.md
!/CMakeLists.txt
!/.clang-format
!/src/
!/src/**/
!/src/**/*.cppm
!/test/
!/test/**/
!/test/**/*.cpp