Browse Source

Ignore examples binaries on Linux (and automated logs)

pull/5365/head
Ray 2 weeks ago
parent
commit
1f7f9ab22b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore View File

@ -62,10 +62,14 @@ packages/
emsdk
# Ignore wasm data in examples/
examples/**/*
examples/**/*.wasm
examples/**/*.data
examples/**/*.js
examples/**/*.html
!examples/**/*.*
!examples/**/*/
examples/**/logs/*
# Ignore files build by xcode
*.mode*v*

Loading…
Cancel
Save