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