mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
build(release): shrink npm package size
This commit is contained in:
parent
d7fe723db3
commit
9f84b89a45
1 changed files with 14 additions and 3 deletions
17
.npmignore
17
.npmignore
|
|
@ -1,9 +1,17 @@
|
|||
# ignore all files in the test/ directory
|
||||
test/
|
||||
# ignore docs
|
||||
docs/
|
||||
community-samples/readme.md
|
||||
readme.md
|
||||
|
||||
# ignore ESLint and EditorConfig
|
||||
# ignore all files in the test/ directory and test settings
|
||||
test/
|
||||
jest.config.js
|
||||
|
||||
# ignore EditorConfig, ESLint, Prettier config
|
||||
.editorconfig
|
||||
.eslintrc.json
|
||||
.eslintrc.js
|
||||
.prettierrc.js
|
||||
|
||||
# JetBrains IDE settings
|
||||
.idea
|
||||
|
|
@ -11,6 +19,9 @@ test/
|
|||
# VS Code settings
|
||||
.vscode
|
||||
|
||||
# GitHub actions
|
||||
.github
|
||||
|
||||
# VuePress
|
||||
.cache
|
||||
.temp
|
||||
|
|
|
|||
Loading…
Reference in a new issue