Skip to content

Commit cf6aa12

Browse files
committed
chore: update .gitignore to include .arkormx and ensure consistency across directories
1 parent 12ed13e commit cf6aa12

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

express/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ dist
66
/generated/prisma
77
/storage/**/*.log
88
/storage/**/*.tmp
9+
/src/models/**/*.ts
10+
/database/**/*.ts
11+
12+
.arkormx

h3/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ dist
77
/storage/**/*.log
88
/storage/**/*.tmp
99
/src/models/**/*.ts
10-
/database/**/*.ts
10+
/database/**/*.ts
11+
12+
.arkormx

0 commit comments

Comments
 (0)