Skip to content

Commit 0a02bf7

Browse files
committed
feat: initial commit
0 parents  commit 0a02bf7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.editorconfig

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

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.idea/
2+
.vscode/
3+
.terraform/
4+
coverage/
5+
node_modules/
6+
lib/
7+
8+
pids
9+
*.pid
10+
*.swp
11+
*.seed
12+
*.pid.lock
13+
.env
14+
.envrc
15+
schema

0 commit comments

Comments
 (0)