Initial commit: LLM Wiki with raw and wiki folders only
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# 排除所有文件
|
||||
/*
|
||||
# 但保留这两个目录
|
||||
!raw/
|
||||
!wiki/
|
||||
# 保留目录内的所有内容
|
||||
!raw/**
|
||||
!wiki/**
|
||||
# 排除 .gitignore 自身
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user