mirror of
https://github.com/louislam/dockge.git
synced 2024-11-30 14:24:02 +00:00
18 lines
183 B
Text
18 lines
183 B
Text
# Should be identical to .gitignore
|
|
.env
|
|
node_modules
|
|
.idea
|
|
data
|
|
stacks
|
|
tmp
|
|
/private
|
|
.pnpm-store
|
|
|
|
# Docker extra
|
|
docker
|
|
frontend
|
|
.editorconfig
|
|
.eslintrc.cjs
|
|
.git
|
|
.gitignore
|
|
README.md
|