♻️ Added .prettierrc to default .gitignore
This commit is contained in:
parent
5e67c8d334
commit
2f1346c29b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ if [ $numrepos -eq 0 ] ; then
|
|||
# Creates a default README.md
|
||||
echo -e "## A Simple README\n\nSome Text" > README.md
|
||||
# Creates a default .gitignore
|
||||
echo -e "node_modules\n*.env\n*.out\n.gitignore" > .gitignore
|
||||
echo -e "node_modules\n*.env\n*.out\n.pretterrc\n.gitignore" > .gitignore
|
||||
# Initializes git repository cwd...
|
||||
git init
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue