Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-27 12:41:53 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-27 12:41:53 +0300
commit807ae4732aeadd1c50cb92f9d2453b1482b373b3 (patch)
treeac2e8c03e8c24c2427720b4b71b21f73ba0e285d /.eslintignore
parent3680a79f9f632e54e36e5696399866dba1d8a724 (diff)
Ignore compiled assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index dc3276491..6a71b494f 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,7 +1,7 @@
/js/admin/*
/js/tests/*
/js/vendor/*
-/js/simplewebrtc.js
+/js/simplewebrtc/*
/js/**/templates.js
/karma.conf.js
/tests/*