mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 21:46:29 +08:00
8 lines
No EOL
83 B
Text
8 lines
No EOL
83 B
Text
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.dSYM/ |