backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Fix GitHub language detection
# TeX/BibTeX files are knowledge base content, not source code
*.tex linguist-detectable=false
*.bst linguist-detectable=false
*.bib linguist-detectable=false
*.cls linguist-detectable=false
*.sty linguist-detectable=false
# JavaScript hooks and scripts are the primary source code
*.js linguist-detectable=true
*.md linguist-documentation=true