설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 368B

12345678910111213141516171819202122232425262728293031
  1. #官方自带
  2. /.idea
  3. /.vscode
  4. *.log
  5. .env
  6. /.well-known
  7. .user.ini
  8. #自定义
  9. *.log
  10. *.zip
  11. *.sql
  12. *.rar
  13. *.7z
  14. *.tar.gz
  15. /uploads/*
  16. /data/runtime/*
  17. /data/schema/*
  18. /data/sqldata_QFgBF45EkxK5Kyjgdzns/*
  19. /data/session_30mQsrNE/*
  20. /application/config.php
  21. /application/database.php
  22. /sitemaps/*
  23. composer.lock
  24. robots.txt
  25. sitemap/sitemap.html
  26. sitemap/sitemap.txt
  27. sitemap/sitemap.xml