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