readme
This commit is contained in:
commit
a64e32ffe0
14 changed files with 339 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Ignore everything in the root and all subdirectories
|
||||
/*
|
||||
!/*/
|
||||
|
||||
# Ignore everything in immediate subdirectories
|
||||
/*/*
|
||||
!/*/compose.yml*
|
||||
|
||||
!.gitignore
|
||||
!start_all.sh
|
||||
!stop_all.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue