From 0f97fbbbfbf60d355ac386d46ef4d9ca7b943364 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 7 Mar 2026 21:42:52 -0500 Subject: [PATCH] Add assets to gitignore --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 179a574c2..ba5d64269 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -96,7 +96,7 @@ module.exports = defineConfig([{ "web/js/fontfaceobserver.standalone.js", "web/skins/classic/js/bootstrap-4.5.0.js", "web/skins/classic/js/bootstrap.bundle.min.js", - "web/skins/classic/js/bootstrap-table-1.23.5", + "web/skins/classic/assets", "web/skins/classic/js/chosen", "web/skins/classic/js/dateTimePicker", "web/skins/classic/js/jquery-*.js",