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