Browse Source

chore(.gitignore): add pdf and docx to ignored files

- ignore *.pdf files
- ignore *.docx files
awwaawwa 1 năm trước cách đây
mục cha
commit
902d302f99
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -170,3 +170,5 @@ cython_debug/
 .vscode
 .DS_Store
 uv.lock
+*.pdf
+*.docx