This commit establishes the foundational structure for @push.rocks/smartregistry, a registry for npm modules and OCI images. Includes development environment configuration, build tooling, and CI/CD workflows for automated testing and publishing. Co-authored-by: Ona <no-reply@ona.com>
24 lines
179 B
Plaintext
24 lines
179 B
Plaintext
.nogit/
|
|
|
|
# artifacts
|
|
coverage/
|
|
public/
|
|
|
|
# installs
|
|
node_modules/
|
|
|
|
# caches
|
|
.yarn/
|
|
.cache/
|
|
.rpt2_cache
|
|
|
|
# builds
|
|
dist/
|
|
dist_*/
|
|
|
|
# AI
|
|
.pnpm-store/
|
|
.claude/
|
|
.serena/
|
|
|
|
#------# custom |