mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 20:00:19 +02:00
Editing .gitignore to remove qmlc files
This commit is contained in:
parent
59c980894e
commit
3695cd6164
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -54,3 +54,6 @@ TAGS
|
||||||
# ignore node files for the console
|
# ignore node files for the console
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
# ignore qmlc files generated from qml as cache
|
||||||
|
*.qmlc
|
Loading…
Reference in a new issue