hello-algo/en/codes/cpp/.gitignore

10 lines
92 B
Text

# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.dSYM/
build/