-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
33 lines (26 loc) · 1004 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# See https://github.com/github/linguist
## We explicitly want on this repository some data-type language files
*.csv linguist-detectable
*.json linguist-detectable
*.jsonld linguist-detectable
*.json5 linguist-detectable
*.sql linguist-detectable
*.graphql linguist-detectable
*.gql linguist-detectable
*.graphqls linguist-detectable
*.liquid linguist-detectable
*.code-snippets linguist-detectable
## Exemplum: schemam/US/vscode-snippets-hapi/hapi.code-snippets
*.code-snippets linguist-language=JSON5
## Markdown are documentation (this could be changed later)
*.md linguist-documentation
## These files are HTML liquid templates
_includes/fn/* linguist-language=Liquid
_layout/* linguist-language=Liquid
## Files on _systema/, at the moment, will be marked as vendored
## We may change a bit this later
_systema/* linguist-vendored
Gemfile linguist-vendored
documentum/robots.txt linguist-vendored
## This (test) file on schema needs to be ignored
schema/graphql.schema.mjs linguist-generated