Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 0d25d19

Browse files
author
Brieuc Dubois
authored
Merge pull request #28 from CodeWe-projet/master
Update dev from master
2 parents 3f24818 + 9a30345 commit 0d25d19

File tree

1 file changed

+187
-4
lines changed

1 file changed

+187
-4
lines changed

.gitattributes

Lines changed: 187 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,188 @@
1-
* text=auto
1+
# Extract from https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
22

3-
/imgs export-ignore
4-
/src/publics/img export-ignore
5-
/src/views/legal/archive export-ignore
3+
* text=auto
4+
5+
# Source code
6+
*.bash text eol=lf
7+
*.bat text eol=crlf
8+
*.cmd text eol=crlf
9+
*.coffee text
10+
*.css text
11+
*.htm text diff=html
12+
*.html text diff=html
13+
*.inc text
14+
*.ini text
15+
*.js text
16+
*.json text
17+
*.jsx text
18+
*.less text
19+
*.ls text
20+
*.map text -diff
21+
*.od text
22+
*.onlydata text
23+
*.php text diff=php
24+
*.pl text
25+
*.ps1 text eol=crlf
26+
*.py text diff=python
27+
*.rb text diff=ruby
28+
*.sass text
29+
*.scm text
30+
*.scss text diff=css
31+
*.sh text eol=lf
32+
*.sql text
33+
*.styl text
34+
*.tag text
35+
*.ts text
36+
*.tsx text
37+
*.xml text
38+
*.xhtml text diff=html
39+
40+
# Docker
41+
Dockerfile text
42+
43+
# Documentation
44+
*.ipynb text
45+
*.markdown text
46+
*.md text
47+
*.mdwn text
48+
*.mdown text
49+
*.mkd text
50+
*.mkdn text
51+
*.mdtxt text
52+
*.mdtext text
53+
*.txt text
54+
AUTHORS text
55+
CHANGELOG text
56+
CHANGES text
57+
CONTRIBUTING text
58+
COPYING text
59+
copyright text
60+
*COPYRIGHT* text
61+
INSTALL text
62+
license text
63+
LICENSE text
64+
NEWS text
65+
readme text
66+
*README* text
67+
TODO text
68+
69+
# Templates
70+
*.dot text
71+
*.ejs text
72+
*.haml text
73+
*.handlebars text
74+
*.hbs text
75+
*.hbt text
76+
*.jade text
77+
*.latte text
78+
*.mustache text
79+
*.njk text
80+
*.phtml text
81+
*.tmpl text
82+
*.tpl text
83+
*.twig text
84+
*.vue text
85+
86+
# Configs
87+
*.cnf text
88+
*.conf text
89+
*.config text
90+
.editorconfig text
91+
.env text
92+
.gitattributes text
93+
.gitconfig text
94+
.htaccess text
95+
*.lock text -diff
96+
package-lock.json text -diff
97+
*.toml text
98+
*.yaml text
99+
*.yml text
100+
browserslist text
101+
Makefile text
102+
makefile text
103+
104+
# Heroku
105+
Procfile text
106+
107+
# Graphics
108+
*.ai binary
109+
*.bmp binary
110+
*.eps binary
111+
*.gif binary
112+
*.gifv binary
113+
*.ico binary
114+
*.jng binary
115+
*.jp2 binary
116+
*.jpg binary
117+
*.jpeg binary
118+
*.jpx binary
119+
*.jxr binary
120+
*.pdf binary
121+
*.png binary
122+
*.psb binary
123+
*.psd binary
124+
*.svg binary
125+
*.svgz binary
126+
*.tif binary
127+
*.tiff binary
128+
*.wbmp binary
129+
*.webp binary
130+
131+
# Audio
132+
*.kar binary
133+
*.m4a binary
134+
*.mid binary
135+
*.midi binary
136+
*.mp3 binary
137+
*.ogg binary
138+
*.ra binary
139+
140+
# Video
141+
*.3gpp binary
142+
*.3gp binary
143+
*.as binary
144+
*.asf binary
145+
*.asx binary
146+
*.fla binary
147+
*.flv binary
148+
*.m4v binary
149+
*.mng binary
150+
*.mov binary
151+
*.mp4 binary
152+
*.mpeg binary
153+
*.mpg binary
154+
*.ogv binary
155+
*.swc binary
156+
*.swf binary
157+
*.webm binary
158+
159+
# Archives
160+
*.7z binary
161+
*.gz binary
162+
*.jar binary
163+
*.rar binary
164+
*.tar binary
165+
*.zip binary
166+
167+
# Fonts
168+
*.ttf binary
169+
*.eot binary
170+
*.otf binary
171+
*.woff binary
172+
*.woff2 binary
173+
174+
# Executables
175+
*.exe binary
176+
*.pyc binary
177+
178+
# RC files (like .babelrc or .eslintrc)
179+
*.*rc text
180+
181+
# Ignore files (like .npmignore or .gitignore)
182+
*.*ignore text
183+
184+
# Ignoring files and dirs
185+
/imgs linguist-generated=true
186+
/src/publics/img linguist-generated=true
187+
/src/views/legal/archive linguist-generated=true
188+
/src/views/legal/archive/tos-20201122.html linguist-generated=true

0 commit comments

Comments
 (0)