mirror of
https://github.com/krahets/hello-algo.git
synced 2025-08-06 15:09:29 +08:00
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.dSYM/ |