]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Hound warnings for minified files. (#20446)
authorBardi Harborow <bardi@bardiharborow.com>
Thu, 6 Oct 2016 03:12:24 +0000 (14:12 +1100)
committerMark Otto <markd.otto@gmail.com>
Thu, 6 Oct 2016 03:12:24 +0000 (20:12 -0700)
.eslintignore [new file with mode: 0644]

diff --git a/.eslintignore b/.eslintignore
new file mode 100644 (file)
index 0000000..8e0f522
--- /dev/null
@@ -0,0 +1,3 @@
+**/*.min.js
+**/vendor/*
+**/dist/*