mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-03-29 02:19:51 +00:00
Some checks failed
GHCR - Development Branches / ghcr-publish (push) Failing after 39s
Docker Hub - Develop / docker-latest (push) Failing after 40s
Tests / Application Service Integration tests (push) Failing after 13m52s
Tests / Integration tests (push) Failing after 13m54s
Tests / Unit tests (push) Failing after 13m57s
Tests / Build & Lint (push) Failing after 13m59s
* Update Dockerignore Updates dockerignore to protect against cache contamination so we can more effectively utilise the full potential of our Cache system. * Implement Caching strategy support in dockerfile * Implement Caching for CI to massively speed up warm builds * Fix Wildcard funkyness breaking docker builds. * Fix FROM AS style guideline violations There's a style guideline that says you shouldn't mix the case of FROM and AS in a FROM AS statement. So we fix this violation in this commit. You can also force it all to lowercase but considering all our other keywords are uppercase why not go uppercase only for consistency.
18 lines
209 B
Plaintext
18 lines
209 B
Plaintext
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
node_modules
|
|
config
|
|
lib
|
|
logs
|
|
storage
|
|
db
|
|
*.db
|
|
coverage
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-error.log*
|