/ .gitignore
.gitignore
1  # Xmake cache
2  .xmake/
3  build/
4  compile_commands.json
5  
6  # MacOS Cache
7  .DS_Store
8  
9  vs*/