BiliHelper-personal/.gitignore
2023-07-31 21:38:38 +08:00

39 lines
493 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
### Example user template template
### Example user template
# IntelliJ project files
.idea
.idea/
temp/
tmp/
*.iml
out
gen
composer.lock
#Traits/
README1.md
script.php
test.php
test1.php
index1.php
# ignore all files in lib/
# except for .gitkeep
!.gitkeep
# ignore TODO file in root directory,not subdir/TODO
/TODO
/Todo
/backup
/vendor
# 保留忽略目录下的指定文件夹
/profile/*
!/profile/example
.phpunit.*
captcha/data.json