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