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