add .jsc, remove duplicate qmlc, and remote Utils.jsc

This commit is contained in:
milad 2018-01-02 17:15:23 -08:00
parent d0a3c299c9
commit 63801ce802
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 android/app/src/main/jniLibs
# VSCode # 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 # https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
@ -66,7 +66,7 @@ gvr-interface/libs/*
# ignore files for various dev environments # ignore files for various dev environments
TAGS TAGS
*.sw[po] *.sw[po]
*.qmlc *.jsc
# ignore QML compilation output # ignore QML compilation output
*.qmlc *.qmlc

Binary file not shown.