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