We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 0a02bf7Copy full SHA for 0a02bf7
.editorconfig
@@ -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
@@ -0,0 +1,15 @@
+.idea/
+.vscode/
+.terraform/
+coverage/
+node_modules/
+lib/
+pids
+*.pid
10
+*.swp
11
+*.seed
12
+*.pid.lock
13
+.env
14
+.envrc
15
+schema
0 commit comments