From f7af87e57b1d723d410e4e2ff88fa62e53e3c2d3 Mon Sep 17 00:00:00 2001 From: xmrdsc Date: Wed, 3 Apr 2019 18:11:25 +0200 Subject: [PATCH] Add compiled qml/js cache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c8351d3f..958bc75a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ moc_* *.xcodeproj monero-wallet-gui_plugin_import.cpp monero-wallet-gui_qml_plugin_import.cpp +*.qmlc +*.jsc