Skip to content

Commit

Permalink
feat: Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 17, 2022
0 parents commit 040b21c
Show file tree
Hide file tree
Showing 39 changed files with 16,328 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.idea
/lib
node_modules
.DS_store
**/.DS_Store

**/.env
packages/payments/payment-paytr/dummy/server/.env
dist
coverage
22 changes: 22 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"packages": [
"packages/*",
"packages/payments/*"
],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": true
}
},
"changelog": {
"ignoreCommitters": ["allcontributors"],
"labels": {
"feat": ":rocket: New Feature",
"chore": ":earth: Core",
"fix": ":bug: Bug Fix",
"docs": ":memo: Documentation",
"refactor": ":truck: Refactoring"
}
}
}
Loading

0 comments on commit 040b21c

Please sign in to comment.