Skip to content

Commit dc049f2

Browse files
committed
git init
0 parents  commit dc049f2

File tree

4 files changed

+942
-0
lines changed

4 files changed

+942
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 忽略 VSCode 的工作台設定檔案
2+
*.code-workspace
3+
4+
# 忽略 macOS 系統自動生成的 .DS_Store 檔案與資料夾圖標
5+
.DS_Store
6+
Icon?
7+
8+
# 忽略其他
9+
memo.md

0 commit comments

Comments
 (0)