mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 08:14:04 +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
|