Skip to content

Commit

Permalink
fix(ci): git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
h11 committed Aug 20, 2022
1 parent 432c8b6 commit 4fb11d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
working-directory: ./frontend
- run: |
make -j build
echo '!/frontend/_build/*' >> .gitignore
echo '!/_build/*' >> .gitignore
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add .
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/_build/
/frontend/node_modules/
!/frontend/_build/.gitkeep
/frontend/_build/*
3 changes: 3 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules/
/_build/*
!/_build/.gitkeep

0 comments on commit 4fb11d8

Please sign in to comment.