mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 00:24:21 +00:00
d7b2277d2b
* Retranslate Japanese docs with GPT-5.4 * Retranslate Japanese code with GPT-5.4
11 lines
92 B
Plaintext
11 lines
92 B
Plaintext
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.dSYM/
|
|
|
|
build/
|