mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-02 18:39:30 +08:00
Bug fixes and improvements (#1581)
* A bug fixes * Sync zh and zh-hant versions. * Fix a question in chapter_array_and_linkedlist/summary.md * Optimize a definition in what_is_dsa.md * Fix the Contributing guidelines for Chinese-to-English. * Add a q&a in chapter_array_and_linkedlist/summary.md * Sync zh and zh-hant versions. * Update .gitignore * Sync zh and zh-hant versions.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Editor
|
||||
# editors
|
||||
.vscode/
|
||||
**/.idea
|
||||
|
||||
@@ -12,6 +12,3 @@
|
||||
/build
|
||||
/site
|
||||
/utils
|
||||
|
||||
# test script
|
||||
test.sh
|
||||
|
||||
Reference in New Issue
Block a user