Skip to content

Commit a300c59

Browse files
committed
first commit
0 parents  commit a300c59

11 files changed

Lines changed: 1342 additions & 0 deletions

File tree

.codacy/codacy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
runtimes:
2+
- node@22.2.0
3+
- python@3.11.11
4+
tools:
5+
- eslint@8.57.0
6+
- trivy@0.59.1
7+
- semgrep@1.78.0
8+
- lizard@1.17.19

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore node modules
2+
node_modules
3+
4+
#Ignore cursor AI rules
5+
.cursor/rules/codacy.mdc
6+
7+
# Ignore auto generated api client
8+
src/api/client

0 commit comments

Comments
 (0)