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