mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-28 07:10:27 -04:00
Add benchmark to ignore files
This commit is contained in:
parent
a7314d6f0d
commit
aa0acc62e4
2 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,4 @@ coverage/*
|
||||||
dist/*
|
dist/*
|
||||||
node_modules/*
|
node_modules/*
|
||||||
playground/*
|
playground/*
|
||||||
|
benchmark/*
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ npm-*
|
||||||
# Build
|
# Build
|
||||||
/dist
|
/dist
|
||||||
/playground
|
/playground
|
||||||
|
/benchmark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue