mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
# Allow in source build
|
|
[Bb]uild*/
|
|
# Ignore qt files when importing CMakeLists
|
|
*.users
|
|
# Ignore CLion project files
|
|
*.idea
|
|
# For macOs users
|
|
.DS_Store
|
|
|
|
/build_meson/
|
|
/subprojects/Catch2-*/
|
|
/subprojects/packagecache/
|
|
/cmake-build-*/
|