All checks were successful
Build and Push Docker Image / build (push) Successful in 33s
*.log only matched root-level logs; add **/*.log to cover server/server.log and any other subdirectory log files in both .gitignore and .dockerignore.
17 lines
155 B
Plaintext
17 lines
155 B
Plaintext
node_modules/
|
|
.env
|
|
.env.example
|
|
.env.sample
|
|
.git/
|
|
.gitignore
|
|
.DS_Store
|
|
*.log
|
|
**/*.log
|
|
client/
|
|
dist/
|
|
build/
|
|
README.md
|
|
.dockerignore
|
|
Dockerfile
|
|
.gitea/
|
|
docs/ |