Skip to content

Commit

Permalink
feat: add .gitkeep to .gitignore&add abc.json (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Jun 21, 2023
1 parent d3d50d7 commit 31e8ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ yarn.lock
#System Files
.DS_Store
Thumbs.db

.gitkeep
8 changes: 8 additions & 0 deletions abc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"assets": {
"type": "command",
"command": {
"cmd": ["mv ./dist $BUILD_DEST"]
}
}
}

0 comments on commit 31e8ca5

Please sign in to comment.