-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (17 loc) · 811 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (17 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
backend/private-graph/graph/schema.resolvers.go linguist-generated=false
backend/public-graph/graph/schema.resolvers.go linguist-generated=false
frontend/src/graph/generated/* linguist-generated=true
frontend/src/__generated/* linguist-generated=true
client/src/graph/generated/* linguist-generated=true
packages/ui/src/__generated/* linguist-generated=true
go.sum linguist-generated=true
go.mod linguist-generated=true
backend/parser/antlr/* linguist-generated=true
frontend/src/components/Search/Parser/antlr/* linguist-generated=true
/.yarn/releases/** binary
/.yarn/plugins/** binary
__generated/* linguist-generated=true
# Shell scripts must use LF — they run inside Linux containers and CRLF
# breaks the shebang line ("/bin/sh: illegal option -" in Docker builds).
*.sh text eol=lf
*.bash text eol=lf