- Download KaTeX/highlight.js/mermaid assets to scripts/assets/ - Replace CDN links with inline <style>/<script> in render.js and run.js - Remove Google Fonts @import, rely on system CJK font stack - Change networkidle0 to networkidle2 with 30s timeout - Add !*.css to .gitignore whitelist
16 lines
158 B
Plaintext
16 lines
158 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# Keep all directories
|
|
!*/
|
|
|
|
# Keep specific file types
|
|
!*.md
|
|
!*.py
|
|
!*.js
|
|
!*.json
|
|
!*.css
|
|
|
|
# Keep root .gitignore
|
|
!.gitignore
|