843ff0e5d7
Glue files not covered by subproject repos: top-level docs, logo, keysat-design-system, and crosscheck tests. Subproject folders are gitignored (each has its own Gitea remote).
29 lines
811 B
Plaintext
29 lines
811 B
Plaintext
# Keep the Docker build context small even though workdir is the parent
|
|
# directory. The Keysat Dockerfile only COPYs from `licensing-service/`, so
|
|
# everything else in this folder is dead weight in the build context.
|
|
|
|
# Sibling projects we don't need for the Keysat daemon build
|
|
activate-license-template/
|
|
licensing-client-rust/
|
|
licensing-client-ts/
|
|
tests/
|
|
|
|
# Wrapper's own build output & heavy dirs (the wrapper is only needed at
|
|
# build time indirectly — start-cli handles it separately)
|
|
licensing-service-startos/node_modules/
|
|
licensing-service-startos/javascript/
|
|
licensing-service-startos/*.s9pk
|
|
|
|
# Source-only directories we don't need inside the container
|
|
licensing-service/target/
|
|
licensing-service/docs/
|
|
|
|
# Docs + assets at the root of Licensing/
|
|
*.md
|
|
logo.png
|
|
|
|
# Git + editor
|
|
.git/
|
|
.DS_Store
|
|
*.bak
|