Skip to content

Commit 7fdfe40

Browse files
committed
Initializing repo meta
1 parent 0463080 commit 7fdfe40

File tree

7 files changed

+37
-1
lines changed

7 files changed

+37
-1
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[{*.json, *.yml}]
15+
indent_style = space
16+
indent_size = 2

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
*.js text eol=lf
3+
*.psd binary
4+
*.pfd binary
5+
*.ai binary

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.idea
2+
.directory
3+
.DS_Store
4+
/dist
5+
Thumbs.db
6+
node_modules
7+
*.log
8+
*.swp
9+
*.swo
10+
tags
11+
cscope.*
12+
*~
13+
yarn.lock

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

LICENSE renamed to license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Klaus Sinani
3+
Copyright (c) 2017 Klaus Sinani <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md renamed to readme.md

File renamed without changes.

0 commit comments

Comments
 (0)