Skip to content

Commit 4499e45

Browse files
committed
app/build: add .gitkeep to make sure directory exists
Even though the content of the app/build directory should be ignored by git, we need it to exist in order for the Golang embedded file system compilation to succeed on an empty project. This is required to fix compilation issues when lightning-terminal is used as a module dependency in another project, where the frontend build process can't be triggered.
1 parent 94eff95 commit 4499e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Keep directory in git.

0 commit comments

Comments
 (0)