Add editor, prettier, and ignore dotfiles

.gitignore extended for TypeScript/Node build artifacts on top of the
prompts-repo template. .editorconfig and .prettierrc match the prompts
template (4-space indents, prose-wrap always for markdown).
This commit is contained in:
2026-05-09 21:27:16 +02:00
parent 31f092b7bc
commit fde1a1da29
5 changed files with 63 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
.git
node_modules
dist
build
coverage
.DS_Store
.env
.env.*