.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).
9 lines
60 B
Plaintext
9 lines
60 B
Plaintext
.git
|
|
node_modules
|
|
dist
|
|
build
|
|
coverage
|
|
.DS_Store
|
|
.env
|
|
.env.*
|