ignore dist/test

This commit is contained in:
Alexander Zobnin
2017-10-30 22:39:17 +03:00
parent f74c6bbf25
commit dc352b8eb9
35 changed files with 4 additions and 6847 deletions

17
dist/test/module.js vendored
View File

@@ -1,17 +0,0 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ConfigCtrl = undefined;
var _config = require('./components/config');
var _sdk = require('app/plugins/sdk');
(0, _sdk.loadPluginCss)({
dark: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.dark.css',
light: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.light.css'
});
exports.ConfigCtrl = _config.ZabbixAppConfigCtrl;