Files
C_CPP_katas/.gitignore

12 lines
95 B
Plaintext

# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
.vscode
.vs
*.exe