Skip to content

Commit

Permalink
Create .gitignore配置.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganlin00 committed Aug 23, 2024
1 parent 4302648 commit 0b2b2b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore配置.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 忽略所有文件
*

# 不忽略 .gitignore 文件本身
!.gitignore

# 只跟踪 .qmd 和 .r 文件
!*.qmd
!*.r

0 comments on commit 0b2b2b5

Please sign in to comment.