File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # # Text to be normalized (Convert crlf => lf)
1+ # https://html5boilerplate.com/
22
3- # Source code
4- * .bat text
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- * .less text
14- * .php text
15- * .pl text
16- * .py text
17- * .rb text
18- * .sass text
19- * .scm text
20- * .scss text
21- * .sh text
22- * .sql text
23- * .styl text
24- * .svg text
25- * .txt text
26- * .xml text
3+ # # GITATTRIBUTES FOR WEB PROJECTS
4+ #
5+ # These settings are for any web project.
6+ #
7+ # Details per file setting:
8+ # text These files should be normalized (i.e. convert CRLF to LF).
9+ # binary These files are binary and should be left untouched.
10+ #
11+ # Note that binary is a macro for -text -diff.
12+ # #####################################################################
2713
28- # Templates
29- * .dot text
30- * .ejs text
31- * .haml text
32- * .hbs text
33- * .hbt text
34- * .jade text
35- * .phtml text
36- * .tmpl text
14+ # # AUTO-DETECT
15+ # # Handle line endings automatically for files detected as
16+ # # text and leave all files detected as binary untouched.
17+ # # This will handle all files NOT defined below.
18+ * text =auto
3719
38- # Server config
39- .htaccess text
20+ # # SOURCE CODE
21+ * .bat text eol =crlf
22+ * .coffee text
23+ * .css text
24+ * .htm text
25+ * .html text
26+ * .inc text
27+ * .ini text
28+ * .js text
29+ * .json text
30+ * .jsx text
31+ * .less text
32+ * .od text
33+ * .onlydata text
34+ * .php text
35+ * .pl text
36+ * .py text
37+ * .rb text
38+ * .sass text
39+ * .scm text
40+ * .scss text
41+ * .sh text eol =lf
42+ * .sql text
43+ * .styl text
44+ * .tag text
45+ * .ts text
46+ * .tsx text
47+ * .xml text
48+ * .xhtml text
4049
41- # Git config
42- .gitattributes text
43- .gitconfig text
44- .gitignore text
50+ # # DOCKER
51+ * .dockerignore text
52+ Dockerfile text
4553
46- # Code analysis config
47- .csslintrc text
48- .jscsrc text
49- .jshintignore text
50- .jshintrc text
54+ # # DOCUMENTATION
55+ * .markdown text
56+ * .md text
57+ * .mdwn text
58+ * .mdown text
59+ * .mkd text
60+ * .mkdn text
61+ * .mdtxt text
62+ * .mdtext text
63+ * .txt text
64+ AUTHORS text
65+ CHANGELOG text
66+ CHANGES text
67+ CONTRIBUTING text
68+ COPYING text
69+ copyright text
70+ * COPYRIGHT * text
71+ INSTALL text
72+ license text
73+ LICENSE text
74+ NEWS text
75+ readme text
76+ * README * text
77+ TODO text
78+
79+ # # TEMPLATES
80+ * .dot text
81+ * .ejs text
82+ * .haml text
83+ * .handlebars text
84+ * .hbs text
85+ * .hbt text
86+ * .jade text
87+ * .latte text
88+ * .mustache text
89+ * .njk text
90+ * .phtml text
91+ * .tmpl text
92+ * .tpl text
93+ * .twig text
5194
52- # Misc config
53- * .yaml text
54- * .yml text
55- .editorconfig text
95+ # # LINTERS
96+ .babelrc text
97+ .csslintrc text
98+ .eslintrc text
99+ .htmlhintrc text
100+ .jscsrc text
101+ .jshintrc text
102+ .jshintignore text
103+ .prettierrc text
104+ .stylelintrc text
56105
57- # Build config
58- * .bowerrc text
59- * .npmignore text
106+ # # CONFIGS
107+ * .bowerrc text
108+ * .cnf text
109+ * .conf text
110+ * .config text
111+ .browserslistrc text
112+ .editorconfig text
113+ .gitattributes text
114+ .gitconfig text
115+ .gitignore text
116+ .htaccess text
117+ * .npmignore text
118+ * .yaml text
119+ * .yml text
120+ browserslist text
121+ Makefile text
122+ makefile text
60123
61- # Heroku
124+ # # HEROKU
125+ Procfile text
62126.slugignore text
63- Procfile text
64127
65- # Documentation
66- * .md text
67- AUTHORS text
68- LICENSE text
128+ # # GRAPHICS
129+ * .ai binary
130+ * .bmp binary
131+ * .eps binary
132+ * .gif binary
133+ * .ico binary
134+ * .jng binary
135+ * .jp2 binary
136+ * .jpg binary
137+ * .jpeg binary
138+ * .jpx binary
139+ * .jxr binary
140+ * .pdf binary
141+ * .png binary
142+ * .psb binary
143+ * .psd binary
144+ * .svg text
145+ * .svgz binary
146+ * .tif binary
147+ * .tiff binary
148+ * .wbmp binary
149+ * .webp binary
69150
151+ # # AUDIO
152+ * .kar binary
153+ * .m4a binary
154+ * .mid binary
155+ * .midi binary
156+ * .mp3 binary
157+ * .ogg binary
158+ * .ra binary
70159
71- # # Binary (leave untouched)
160+ # # VIDEO
161+ * .3gpp binary
162+ * .3gp binary
163+ * .as binary
164+ * .asf binary
165+ * .asx binary
166+ * .fla binary
167+ * .flv binary
168+ * .m4v binary
169+ * .mng binary
170+ * .mov binary
171+ * .mp4 binary
172+ * .mpeg binary
173+ * .mpg binary
174+ * .ogv binary
175+ * .swc binary
176+ * .swf binary
177+ * .webm binary
72178
73- # (binary is a macro for -text -diff)
74- * .7z binary
75- * .eot binary
76- * .fla binary
77- * .flv binary
78- * .gif binary
79- * .gz binary
80- * .ico binary
81- * .jpeg binary
82- * .jpg binary
83- * .mov binary
84- * .mp3 binary
85- * .mp4 binary
86- * .pdf binary
87- * .png binary
88- * .pyc binary
89- * .swf binary
90- * .ttf binary
91- * .woff binary
179+ # # ARCHIVES
180+ * .7z binary
181+ * .gz binary
182+ * .jar binary
183+ * .rar binary
184+ * .tar binary
92185* .zip binary
186+
187+ # # FONTS
188+ * .ttf binary
189+ * .eot binary
190+ * .otf binary
191+ * .woff binary
192+ * .woff2 binary
193+
194+ # # EXECUTABLES
195+ * .exe binary
196+ * .pyc binary
You can’t perform that action at this time.
0 commit comments