hello-algo/codes/cpp/.gitignore
2023-03-15 01:43:28 +08:00

10 lines
92 B
Text

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