Update build pipeline to reduce image size
This commit is contained in:
+12
@@ -4,6 +4,7 @@ dist/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
.yarn/install-state.gz
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
@@ -18,3 +19,14 @@ pnpm-debug.log*
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
devenv.local.yaml
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
Reference in New Issue
Block a user