mirror of
https://github.com/krahets/hello-algo.git
synced 2025-08-05 22:32:04 +08:00
11 lines
92 B
Plaintext
11 lines
92 B
Plaintext
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.dSYM/
|
|
|
|
build/
|