Brak opisu
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 358B

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