Merge pull request #12082 from MiladNazeri/Fix-GitIgnore

Add .jsc and remove duplicate qmlc from ignore, and remove Utils.jsc binary that was created
This commit is contained in:
Zach Fox 2018-01-03 09:34:14 -08:00 committed by GitHub
commit 681b5173cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View file

@ -20,7 +20,7 @@ android/.gradle
android/app/src/main/jniLibs
# VSCode
# List taken from Github Global Ignores master@435c4d92
# List taken from Github Global Ignores master@435c4d92
# https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
.vscode/*
!.vscode/settings.json
@ -66,7 +66,7 @@ gvr-interface/libs/*
# ignore files for various dev environments
TAGS
*.sw[po]
*.qmlc
*.jsc
# ignore QML compilation output
*.qmlc

Binary file not shown.