mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
|
# Basic .gitattributes for a Dyalog APL repo.
|
||
|
# This template includes MiServer
|
||
|
|
||
|
# Source files
|
||
|
# ============
|
||
|
*.apl? linguist-language=APL
|
||
|
*.dyalog linguist-language=APL
|
||
|
*.dyapp linguist-language=APL
|
||
|
*.mipage linguist-language=APL
|
||
|
|
||
|
# Config and log files
|
||
|
# ====================
|
||
|
.dcfg linguist-language=JSON5
|
||
|
.dlf linguist-language=JSON5
|