mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-19 06:31:35 +00:00
16 lines
196 B
Text
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
|