Skip to content

Commit

Permalink
chore: initial structure
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Petrunic <[email protected]>
  • Loading branch information
mpetrunic committed May 24, 2024
0 parents commit 0b47ef7
Show file tree
Hide file tree
Showing 10 changed files with 30 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 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# zu-git-proofs
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "zu-git-proofs",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/*"
]
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added packages/zupass-server/.gitkeep
Empty file.
Empty file added yarn.lock
Empty file.

0 comments on commit 0b47ef7

Please sign in to comment.