Add AGENTS.md and Templates directory
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,10 +1,12 @@
|
||||
# 排除所有文件
|
||||
/*
|
||||
# 但保留这两个目录
|
||||
# 但保留这些目录和文件
|
||||
!raw/
|
||||
!wiki/
|
||||
!Templates/
|
||||
!AGENTS.md
|
||||
!.gitignore
|
||||
# 保留目录内的所有内容
|
||||
!raw/**
|
||||
!wiki/**
|
||||
# 排除 .gitignore 自身
|
||||
!.gitignore
|
||||
!Templates/**
|
||||
|
||||
Reference in New Issue
Block a user