Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorjoinu committed Sep 10, 2024
0 parents commit 54a897c
Show file tree
Hide file tree
Showing 128 changed files with 18,759 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*.{js,jsx,ts,tsx,json}]
max_line_length = 120
indent_size = 2
indent_style = space
tab_width = 2
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
**/dist
dist

**/target
target

**/node_modules
node_modules

**/.vscode
.vscode

**/.idea
.idea

**/*~

**/.turbo
.turbo

.env
.env.*
**/.env
**/.env.*

.DS_Store
**/.DS_Store

declarations
**/declarations

.dfx
**/.dfx

docs
**/docs

**/*.tsbuildinfo
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**/build
build

**/dist
dist

**/declarations
declarations
Loading

0 comments on commit 54a897c

Please sign in to comment.