Initial backup of root workspace files
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).
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user