You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
177 B
Plaintext
14 lines
177 B
Plaintext
2 years ago
|
# 忽略的文件和文件夹
|
||
|
node_modules/
|
||
|
example/
|
||
|
dist/
|
||
|
lib/
|
||
|
hooks/
|
||
|
|
||
|
# 只包含packages和public文件
|
||
|
!packages/
|
||
|
!LICENSE
|
||
|
!README.md
|
||
|
|
||
|
# 排除根目录下的配置文件
|
||
|
/*
|