Skip to content

Commit 2738852

Browse files
Changed folder name and added .gitignore
1 parent a2f86c0 commit 2738852

File tree

332 files changed

+18
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ignore all .log files in the log directory
2+
# /log/*.log
3+
4+
# Ignore all .log files in all subdirectories of the log directory
5+
# /log/**/*.log
6+
7+
# Ignore all .json files in all subdirectories of the log directory
8+
# /log/**/*.json
9+
10+
# Except the template file inside the log directory
11+
# !/log/_example_log_20240418_183819.log
12+
13+
# Ignore .vs folder
14+
.vs/
15+
16+
# Ignore
17+
18+

0 commit comments

Comments
 (0)