Files
hello-algo/en/codes/cpp/.gitignore
2024-05-06 13:31:46 +08:00

11 lines
92 B
Plaintext

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