13 lines
86 B
Plaintext
13 lines
86 B
Plaintext
*
|
|
|
|
# 不忽略目录
|
|
!/**/
|
|
|
|
!.gitignore
|
|
!README.md
|
|
|
|
!LICENSE
|
|
|
|
!**/*.c
|
|
!**/*.h
|
|
!**/*.md |