Initial commit.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
This commit is contained in:
commit
19da15822c
192 changed files with 14974 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/.yarn/*
|
||||
!/.yarn/releases
|
||||
!/.yarn/plugins
|
||||
!/.yarn/sdks
|
||||
|
||||
# Swap the comments on the following lines if you don't wish to use zero-installs
|
||||
# Documentation here: https://yarnpkg.com/features/zero-installs
|
||||
!/.yarn/cache
|
||||
#/.pnp.*
|
||||
|
||||
docker-compose.yml
|
||||
|
||||
www/extra
|
||||
www/css/style.css
|
Loading…
Add table
Add a link
Reference in a new issue