forked from agustin-golmar/Flex-Bison-Compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
95 lines (93 loc) · 1.59 KB
/
Copy path.gitattributes
File metadata and controls
95 lines (93 loc) · 1.59 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Text formats.
.dockerignore text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.gitkeep text eol=lf
.gitmodules text eol=lf
.npmrc text eol=lf
.nvmrc text eol=lf
.order text eol=lf
.prettierignore text eol=lf
.prettierrc text eol=lf
*.bat text eol=lf
*.c text eol=lf
*.cnf text eol=lf
*.conf text eol=lf
*.cpp text eol=lf
*.cs text eol=lf
*.csproj text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.drawio text eol=lf
*.env text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.ini text eol=lf
*.java text eol=lf
*.js text eol=lf
*.json text eol=lf
*.l text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.mjs text eol=lf
*.pem text eol=lf
*.php text eol=lf
*.prisma text eol=lf
*.py text eol=lf
*.rdp text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sln text eol=lf
*.sql text eol=lf
*.svg text eol=lf
*.tex text eol=lf
*.tf text eol=lf
*.toml text eol=lf
*.ts text eol=lf
*.tsv text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.y text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
Dockerfile text eol=lf
# Binary formats.
*.bmp binary
*.dll binary
*.doc binary
*.docx binary
*.eot binary
*.exe binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.jpg binary
*.otf binary
*.pdf binary
*.phar binary
*.png binary
*.ppt binary
*.pptx binary
*.raw binary
*.ttc binary
*.ttf binary
*.webp binary
*.woff binary
*.woff2 binary
*.xls binary
*.xlsx binary
# Large File Storage (LFS).
# Use "filter=lfs diff=lfs merge=lfs -text" instead of "binary" for LFS.
*.3gpp binary
*.avi binary
*.flac binary
*.mkv binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.wav binary
*.webm binary