Skip to content

Commit f1c98ec

Browse files
committed
added dotfiles
1 parent 2074db0 commit f1c98ec

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
charset = utf-8
9+
indent_size = 4
10+
indent_style = space
11+
12+
[*.yaml]
13+
indent_size = 2
14+

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*~
2+
.cache
3+
*.class
4+
crash.log
5+
.env
6+
.idea/
7+
.jekyll-metadata
8+
node_modules/
9+
*.pyc
10+
.sass-cache/
11+
_site/
12+
tmp/
13+
_tmp/
14+
venv/

0 commit comments

Comments
 (0)