Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jun 25, 2020
1 parent 076f614 commit 6a565c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ pids
*.pid.lock

# Coverage directory used by tools like istanbul
coverage
coverage/

# junit outputs
junit
junit/

# Optional npm cache directory
.npm
Expand Down Expand Up @@ -446,6 +446,6 @@ chrome-profiler-events*.json
speed-measure-plugin*.json

# Output Dirs
/dist
/out-tsc
/bazel-out
dist/
out-tsc/
bazel-out/

0 comments on commit 6a565c9

Please sign in to comment.