Commit 76b23f4b authored by Daniel Thompson-Yvetot's avatar Daniel Thompson-Yvetot
Browse files

Merge branch 'bnkwsk-202508' into 'main'

Drafting drafty drafts

See merge request cyber/stan4cr2/en-304-617!11
parents 4fa145f8 8504091a
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+95 −0
Original line number Diff line number Diff line
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
mermaid-filter.err 

# Build outputs
dist/
dist-ssr/
build/
out/
*.local

# Environment files
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production

# IDE files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Testing
coverage/
.nyc_output/
*.lcov
.cache/

# TypeScript
*.tsbuildinfo
.tsc-cache/

# Package managers
.npm
.yarn/
.pnp.*

# Misc
*.pid
*.seed
*.pid.lock
.eslintcache
.stylelintcache
*.tgz

# Temporary files
*.tmp
*.temp
*.bak

# claude etc.
.claude/

# Lock files (uncomment if you don't want to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
 No newline at end of file
+544 −69

File changed.

Preview size limit exceeded, changes collapsed.

Spec-template.docx

0 → 100644
+623 KiB

File added.

No diff preview for this file type.

+687 KiB

File added.

No diff preview for this file type.

+227 KiB

File added.

No diff preview for this file type.

Loading