mirror of
https://github.com/krahets/hello-algo.git
synced 2026-03-25 06:11:19 +08:00
Add the initial EN translation for C++ code (#1346)
This commit is contained in:
10
en/codes/cpp/.gitignore
vendored
Normal file
10
en/codes/cpp/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ignore all
|
||||
*
|
||||
# Unignore all with extensions
|
||||
!*.*
|
||||
# Unignore all dirs
|
||||
!*/
|
||||
|
||||
*.dSYM/
|
||||
|
||||
build/
|
||||
Reference in New Issue
Block a user