aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLunny Xiao2021-04-02 08:11:04 +0800
committerGitHub2021-04-02 02:11:04 +0200
commit42efa14f51587542db9e118812171d2dcbe2b385 (patch)
treef549b971f6e41125c51973fc01123dd4c92f7ce0 /.gitignore
parentbc1f2117f1be539e971c90877658a8e456ce9e25 (diff)
Introduce esbuild on webpack (#14578)
* Vendor node mods as cache; fix esbuild/fomantic offline build * Fix --exclude; use bsdtar for consistent globbing * Fall back to GNU tar; forward-compatible for APT 2.0 * Avoid having extd. attrs with bsdtar * Dependency and misc. optimizations * Remove extra code after esbuild-loader update Co-authored-by: Mike L <cl.jeremy@qq.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2cb2a205e..6cf366df6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,6 +80,8 @@ coverage.all
/public/css
/public/fonts
/public/img/webpack
+/web_src/fomantic/node_modules
+/web_src/fomantic/semantic.json
/web_src/fomantic/build/*
!/web_src/fomantic/build/semantic.js
!/web_src/fomantic/build/semantic.css
@@ -93,6 +95,7 @@ coverage.all
!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
/VERSION
/.air
+/.npm-cache
# Snapcraft
snap/.snapcraft/