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 bce15e7Copy full SHA for bce15e7
.giattributes
@@ -0,0 +1,5 @@
1
+* text=auto eol=lf
2
+*.png binary
3
+*.webp binary
4
+*.jpg binary
5
+*.jpeg binary
.gitignore
@@ -0,0 +1,17 @@
+# Node
+node_modules
+dist
+.output
+
6
+# Editor
7
+.idea/
8
+.vscode/
9
10
+# Env files
11
+.env
12
+.env.*
13
+!.env.example
14
15
+# OS junk
16
+.DS_Store
17
+Thumbs.db
0 commit comments