Skip to content

Commit b134d39

Browse files
Avoid missing folder error when running dev (#3224)
1 parent 194ab5a commit b134d39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/node_modules
22
/vendor
3-
/public
3+
/public/*
4+
!/public/.gitkeep
45
.env
56
npm-debug.log

public/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)