Skip to content

Commit

Permalink
Add build-artifacts to .gitignore (#9109)
Browse files Browse the repository at this point in the history
The `build-artifacts` directory is created on CI (as of #7151), and is
used to store the sesify visualization and dependency logs. It's useful
to have this ignored locally as well, for when those scripts are being
tested.
  • Loading branch information
Gudahtt authored Jul 30, 2020
1 parent 002f021 commit d832b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builds.zip

test-artifacts
test-builds
build-artifacts

#ignore css output and sourcemaps
ui/app/css/output/
Expand Down

0 comments on commit d832b98

Please sign in to comment.