mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-20 15:11:26 +00:00
15 lines
193 B
Text
15 lines
193 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
|
|
|
|
# CircleCI
|
|
.circleci
|