Browse Source

chore: 添加 mp4/mp3 到 gitignore 防止大文件误提交

gamehu 2 ngày trước cách đây
mục cha
commit
47e53a3671
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 node_modules
 .history
 *.pdf
-public
+public
+*.mp4
+*.mp3