Skip to content

Commit 4b7074d

Browse files
committed
Merge branch 'develop'
2 parents fb7a129 + b665ba3 commit 4b7074d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

cpp-algorithm/.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,13 @@ fabric.properties
125125
.idea/caches/build_file_checksums.ser
126126

127127
### Others
128-
/.idea/
129-
/.vs/
130-
/.vscode/
131-
/out/
132-
/cmake-build-debug/
133-
/cmake-build-debug-visual-studio/
134-
/cmake-build-release/
135-
/cmake-build-release-visual-studio/
136-
/Folder.DotSettings.user
128+
.idea/
129+
.vs/
130+
.vscode/
131+
out/
132+
cmake-build-debug/
133+
cmake-build-debug-visual-studio/
134+
cmake-build-release/
135+
cmake-build-release-visual-studio/
136+
Folder.DotSettings.user
137+
README_link.md

java-algorithm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ fabric.properties
165165
### Others
166166
.idea/
167167
bin/
168+
README_link.md

python-algorithm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,3 +590,4 @@ FodyWeavers.xsd
590590

591591
.idea/
592592
poetry.lock
593+
README_link.md

0 commit comments

Comments
 (0)