- Add .editorconfig, .prettierrc, .prettierignore, .gitignore - Add Makefile with fmt, fmt-check, secret-scan, test (skip) targets - Add package.json with prettier - Add tools/secret-scan.sh - Add .secret-scan-allowlist for documentation token format references - Sanitize documentation to use generic placeholders - Auto-format with prettier - make check passes clean
8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
node_modules/
|
|
*.sh
|
|
scripts/
|
|
setup.sh
|
|
tests/*.sh
|
|
templates/
|
|
package-lock.json
|