mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-03 10:53:35 +08:00
computational complexity, sorting, searching. 2. Corrected some mistakes. 3. Update README.
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.dSYM/ |