mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35: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
|
# ignore docs
|
||||||
test/
|
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
|
.editorconfig
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
|
.eslintrc.js
|
||||||
|
.prettierrc.js
|
||||||
|
|
||||||
# JetBrains IDE settings
|
# JetBrains IDE settings
|
||||||
.idea
|
.idea
|
||||||
|
|
@ -11,6 +19,9 @@ test/
|
||||||
# VS Code settings
|
# VS Code settings
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# GitHub actions
|
||||||
|
.github
|
||||||
|
|
||||||
# VuePress
|
# VuePress
|
||||||
.cache
|
.cache
|
||||||
.temp
|
.temp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue