mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
# Markdown
|
|
*.md linguist-detectable=true
|
|
*.md linguist-documentation=false
|
|
|
|
# JSON
|
|
*.json linguist-detectable=true
|
|
|
|
# YAML
|
|
*.yml linguist-detectable=true
|
|
|
|
# vue
|
|
*.vue linguist-detectable=true
|
|
|
|
# typescript
|
|
*.typescript linguist-detectable=true
|
|
|
|
# scss
|
|
*.scss linguist-detectable=true |