mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
27 lines
356 B
Text
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
|