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:
5
.prettierignore
Normal file
5
.prettierignore
Normal file
@@ -0,0 +1,5 @@
|
||||
node_modules/
|
||||
yarn.lock
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
Reference in New Issue
Block a user