Skip to content

Commit 2737d17

Browse files
committed
chore: update .gitignore files and remove unnecessary .gitkeep files
1 parent 6f8c377 commit 2737d17

File tree

12 files changed

+24
-6
lines changed

12 files changed

+24
-6
lines changed

express/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ node_modules
22
dist
33
# Keep environment variables out of version control
44
.env
5+
.arkormx
56

67
/generated/prisma
7-
/storage/**/*.log
8-
/storage/**/*.tmp
98
/src/models/**/*.ts
109
/database/**/*.ts
1110

12-
.arkormx
11+
/public/storage
12+
/storage/*.key

express/storage/app/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!.gitignore
3+
!public/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!.gitignore
3+
!/**/*/
4+
!/**/*/default.*

express/storage/app/public/.gitkeep

Whitespace-only changes.

express/storage/logs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

express/storage/logs/.gitkeep

Whitespace-only changes.

h3/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ node_modules
22
dist
33
# Keep environment variables out of version control
44
.env
5+
.arkormx
56

67
/generated/prisma
7-
/storage/**/*.log
8-
/storage/**/*.tmp
98
/src/models/**/*.ts
109
/database/**/*.ts
1110

12-
.arkormx
11+
/public/storage
12+
/storage/*.key

h3/storage/app/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!.gitignore
3+
!public/

h3/storage/app/public/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!.gitignore
3+
!/**/*/
4+
!/**/*/default.*

h3/storage/app/public/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)