docker-compose/.npmignore
2021-07-20 13:02:50 +02:00

27 lines
356 B
Text

# ignore docs
docs/
community-samples/readme.md
readme.md
# 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
# VS Code settings
.vscode
# GitHub actions
.github
# VuePress
.cache
.temp