diff --git a/.gitignore b/.gitignore index d6227f1f30..acaf95ba6a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ TAGS # ignore node files for the console node_modules npm-debug.log + +# ignore qmlc files generated from qml as cache +*.qmlc \ No newline at end of file