Skip to content

Commit d97c92a

Browse files
committed
feat(init): MVC free initial commit
0 parents  commit d97c92a

File tree

260 files changed

+59940
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+59940
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
max_line_length = off
14+
trim_trailing_whitespace = false

.gitattributes

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
* text eol=lf
2+
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+
######################################################################
13+
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
19+
20+
# Source code
21+
*.bash text eol=lf
22+
*.bat text eol=crlf
23+
*.cmd text eol=crlf
24+
*.coffee text
25+
*.css text diff=css
26+
*.htm text diff=html
27+
*.html text diff=html
28+
*.inc text
29+
*.ini text
30+
*.js text
31+
*.json text
32+
*.jsx text
33+
*.less text
34+
*.ls text
35+
*.map text -diff
36+
*.od text
37+
*.onlydata text
38+
*.php text diff=php
39+
*.pl text
40+
*.ps1 text eol=crlf
41+
*.py text diff=python
42+
*.rb text diff=ruby
43+
*.sass text
44+
*.scm text
45+
*.scss text diff=css
46+
*.sh text eol=lf
47+
.husky/* text eol=lf
48+
*.sql text
49+
*.styl text
50+
*.tag text
51+
*.ts text
52+
*.tsx text
53+
*.xml text
54+
*.xhtml text diff=html
55+
56+
# Docker
57+
Dockerfile text
58+
59+
# Documentation
60+
*.ipynb text eol=lf
61+
*.markdown text diff=markdown
62+
*.md text diff=markdown
63+
*.mdwn text diff=markdown
64+
*.mdown text diff=markdown
65+
*.mkd text diff=markdown
66+
*.mkdn text diff=markdown
67+
*.mdtxt text
68+
*.mdtext text
69+
*.txt text
70+
AUTHORS text
71+
CHANGELOG text
72+
CHANGES text
73+
CONTRIBUTING text
74+
COPYING text
75+
copyright text
76+
*COPYRIGHT* text
77+
INSTALL text
78+
license text
79+
LICENSE text
80+
NEWS text
81+
readme text
82+
*README* text
83+
TODO text
84+
85+
# Templates
86+
*.dot text
87+
*.ejs text
88+
*.erb text
89+
*.haml text
90+
*.handlebars text
91+
*.hbs text
92+
*.hbt text
93+
*.jade text
94+
*.latte text
95+
*.mustache text
96+
*.njk text
97+
*.phtml text
98+
*.svelte text
99+
*.tmpl text
100+
*.tpl text
101+
*.twig text
102+
*.vue text
103+
104+
# Configs
105+
*.cnf text
106+
*.conf text
107+
*.config text
108+
.editorconfig text
109+
.env text
110+
.gitattributes text
111+
.gitconfig text
112+
.htaccess text
113+
*.lock text -diff
114+
package.json text eol=lf
115+
package-lock.json text eol=lf -diff
116+
pnpm-lock.yaml text eol=lf -diff
117+
.prettierrc text
118+
yarn.lock text -diff
119+
*.toml text
120+
*.yaml text
121+
*.yml text
122+
browserslist text
123+
Makefile text
124+
makefile text
125+
126+
# Heroku
127+
Procfile text
128+
129+
# Graphics
130+
*.ai binary
131+
*.bmp binary
132+
*.eps binary
133+
*.gif binary
134+
*.gifv binary
135+
*.ico binary
136+
*.jng binary
137+
*.jp2 binary
138+
*.jpg binary
139+
*.jpeg binary
140+
*.jpx binary
141+
*.jxr binary
142+
*.pdf binary
143+
*.png binary
144+
*.psb binary
145+
*.psd binary
146+
# SVG treated as an asset (binary) by default.
147+
# *.svg text
148+
# If you want to treat it as binary,
149+
# use the following line instead.
150+
*.svg binary
151+
*.svgz binary
152+
*.tif binary
153+
*.tiff binary
154+
*.wbmp binary
155+
*.webp binary
156+
157+
# Audio
158+
*.kar binary
159+
*.m4a binary
160+
*.mid binary
161+
*.midi binary
162+
*.mp3 binary
163+
*.ogg binary
164+
*.ra binary
165+
166+
# Video
167+
*.3gpp binary
168+
*.3gp binary
169+
*.as binary
170+
*.asf binary
171+
*.asx binary
172+
*.avi binary
173+
*.fla binary
174+
*.flv binary
175+
*.m4v binary
176+
*.mng binary
177+
*.mov binary
178+
*.mp4 binary
179+
*.mpeg binary
180+
*.mpg binary
181+
*.ogv binary
182+
*.swc binary
183+
*.swf binary
184+
*.webm binary
185+
186+
# Archives
187+
*.7z binary
188+
*.gz binary
189+
*.jar binary
190+
*.rar binary
191+
*.tar binary
192+
*.zip binary
193+
194+
# Fonts
195+
*.ttf binary
196+
*.eot binary
197+
*.otf binary
198+
*.woff binary
199+
*.woff2 binary
200+
201+
# Executables
202+
*.exe binary
203+
*.pyc binary
204+
205+
# RC files (like .babelrc or .eslintrc)
206+
*.*rc text
207+
208+
# Ignore files (like .npmignore or .gitignore)
209+
*.*ignore text

0 commit comments

Comments
 (0)