BiliHelper-personal/.gitignore
2021-12-05 17:48:31 +08:00

46 lines
549 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
### Example user template template
### Example user template
# IntelliJ project files
.idea
.idea/
index1.php
user/
record/
temp/
tmp/
*.iml
out
gen
/vendor/
composer.lock
/configs/
config
/conf/user*.ini
*.log
Traits/
README1.md
conf/user.ini
conf/user1.ini
/conf/user.ini
/conf/test.ini
/conf/test1.ini
/src/backup/
script.php
task/*
cache/*
log/*
# ignore all files in lib/
#task/*
#cache/*
#log/*
# except for .gitkeep
!.gitkeep
# ignore TODO file in root directory,not subdir/TODO
/TODO
/Todo