Skip to content

Commit c7ec6bb

Browse files
committed
Rules for different file types added
1 parent f29f51b commit c7ec6bb

File tree

1 file changed

+177
-1
lines changed

1 file changed

+177
-1
lines changed

.gitattributes

Lines changed: 177 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,177 @@
1-
* text eol=lf
1+
* text eol=lf
2+
3+
## SOURCE CODE
4+
*.bat text eol=crlf
5+
*.coffee text
6+
*.css text
7+
*.htm text
8+
*.html text
9+
*.inc text
10+
*.ini text
11+
*.js text
12+
*.json text
13+
*.jsx text
14+
*.less text
15+
*.od text
16+
*.onlydata text
17+
*.php text
18+
*.pl text
19+
*.py text
20+
*.rb text
21+
*.sass text
22+
*.scm text
23+
*.scss text
24+
*.sh text eol=lf
25+
*.sql text
26+
*.styl text
27+
*.tag text
28+
*.ts text
29+
*.tsx text
30+
*.xml text
31+
*.xhtml text
32+
33+
## DOCKER
34+
*.dockerignore text
35+
Dockerfile text
36+
37+
## DOCUMENTATION
38+
*.markdown text
39+
*.md text
40+
*.mdwn text
41+
*.mdown text
42+
*.mkd text
43+
*.mkdn text
44+
*.mdtxt text
45+
*.mdtext text
46+
*.txt text
47+
AUTHORS text
48+
CHANGELOG text
49+
CHANGES text
50+
CONTRIBUTING text
51+
COPYING text
52+
copyright text
53+
*COPYRIGHT* text
54+
INSTALL text
55+
license text
56+
LICENSE text
57+
NEWS text
58+
readme text
59+
*README* text
60+
TODO text
61+
62+
## TEMPLATES
63+
*.dot text
64+
*.ejs text
65+
*.haml text
66+
*.handlebars text
67+
*.hbs text
68+
*.hbt text
69+
*.jade text
70+
*.latte text
71+
*.mustache text
72+
*.njk text
73+
*.phtml text
74+
*.tmpl text
75+
*.tpl text
76+
*.twig text
77+
78+
## LINTERS
79+
.csslintrc text
80+
.eslintrc text
81+
.htmlhintrc text
82+
.jscsrc text
83+
.jshintrc text
84+
.jshintignore text
85+
.stylelintrc text
86+
87+
## CONFIGS
88+
*.bowerrc text
89+
*.cnf text
90+
*.conf text
91+
*.config text
92+
.browserslistrc text
93+
.editorconfig text
94+
.gitattributes text
95+
.gitconfig text
96+
.gitignore text
97+
.htaccess text
98+
*.npmignore text
99+
*.yaml text
100+
*.yml text
101+
browserslist text
102+
Makefile text
103+
makefile text
104+
105+
## HEROKU
106+
Procfile text
107+
.slugignore text
108+
109+
## GRAPHICS
110+
*.ai binary
111+
*.bmp binary
112+
*.eps binary
113+
*.gif binary
114+
*.ico binary
115+
*.jng binary
116+
*.jp2 binary
117+
*.jpg binary
118+
*.jpeg binary
119+
*.jpx binary
120+
*.jxr binary
121+
*.pdf binary
122+
*.png binary
123+
*.psb binary
124+
*.psd binary
125+
*.svg text
126+
*.svgz binary
127+
*.tif binary
128+
*.tiff binary
129+
*.wbmp binary
130+
*.webp binary
131+
132+
## AUDIO
133+
*.kar binary
134+
*.m4a binary
135+
*.mid binary
136+
*.midi binary
137+
*.mp3 binary
138+
*.ogg binary
139+
*.ra binary
140+
141+
## VIDEO
142+
*.3gpp binary
143+
*.3gp binary
144+
*.as binary
145+
*.asf binary
146+
*.asx binary
147+
*.fla binary
148+
*.flv binary
149+
*.m4v binary
150+
*.mng binary
151+
*.mov binary
152+
*.mp4 binary
153+
*.mpeg binary
154+
*.mpg binary
155+
*.ogv binary
156+
*.swc binary
157+
*.swf binary
158+
*.webm binary
159+
160+
## ARCHIVES
161+
*.7z binary
162+
*.gz binary
163+
*.jar binary
164+
*.rar binary
165+
*.tar binary
166+
*.zip binary
167+
168+
## FONTS
169+
*.ttf binary
170+
*.eot binary
171+
*.otf binary
172+
*.woff binary
173+
*.woff2 binary
174+
175+
## EXECUTABLES
176+
*.exe binary
177+
*.pyc binary

0 commit comments

Comments
 (0)