Skip to content

Commit 6a888f9

Browse files
author
amalik
committedMay 16, 2020
init files
1 parent c271d3b commit 6a888f9

Some content is hidden

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

65 files changed

+4108
-1
lines changed
 

‎.gitattributes

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Define standard eol format
2+
3+
# Web Files
4+
*.html text eol=lf
5+
*.md text eol=lf
6+
*.css text eol=lf
7+
*.js text eol=lf
8+
9+
# Jekyll related files
10+
*.yml text eol=lf
11+
12+
# Git related files
13+
.gittattributes text eol=lf
14+
.gitignore text eol=lf
15+
.gitkeep text eol=lf
16+
17+
# Ruby files
18+
*.rb text eol=lf
19+
Gemfile text eol=lf
20+
Gemfile.lock text eol=lf
21+
22+
# Github specific fies
23+
LICENCE text eol=lf
24+
25+
# Docker specific files
26+
Dockerfile text eol=lf
27+
28+
# VSCode files
29+
*.json text eol=lf
30+
31+
# General multimedia files
32+
*.jpg binary
33+
*.jpeg binary
34+
*.gif binary
35+
*.png binary
36+
*.t3x binary
37+
*.t3d binary
38+
*.exe binary
39+
*.data binary
40+
*.ttf binary
41+
*.eof binary
42+
*.eot binary
43+
*.swf binary
44+
*.mov binary
45+
*.mp4 binary
46+
*.mp3 binary
47+
*.ogg binary
48+
*.flv binary

‎.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: daattali

0 commit comments

Comments
 (0)
Please sign in to comment.