mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
add .jsc, remove duplicate qmlc, and remote Utils.jsc
This commit is contained in:
parent
d0a3c299c9
commit
63801ce802
2 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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.
Loading…
Reference in a new issue