Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed May 13, 2023
1 parent 1991565 commit a77c6ed
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
* text eol=lf

*.bat text eol=crlf
*.sh text eol=lf

*.jpg binary
*.jpeg binary
*.png binary
*.avif binary
*.webp binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.flv binary
*.mp4 binary
*.3gp binary
*.mov binary
*.avi binary
*.wmv binary
*.ogg binary
*.oga binary
*.ogg binary
*.mp3 binary
*.wav binary
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.greenwood/

node_modules/
public/
.vercel
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.12.1

0 comments on commit a77c6ed

Please sign in to comment.