Преглед изворни кода

Ignore examples binaries on Linux (and automated logs)

pull/5365/head
Ray пре 2 месеци
родитељ
комит
1f7f9ab22b
1 измењених фајлова са 4 додато и 0 уклоњено
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore Прегледај датотеку

@ -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…
Откажи
Сачувај