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