docker-compose/.npmignore
2021-04-15 09:14:56 +02:00

16 lines
196 B
Text

# ignore all files in the test/ directory
test/
# ignore ESLint and EditorConfig
.editorconfig
.eslintrc.json
# JetBrains IDE settings
.idea
# VS Code settings
.vscode
# VuePress
.cache
.temp