update .gitignore

front
TBS093A 2020-07-09 17:17:01 +02:00
parent b3cde548ac
commit 4aabea617c
3 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@ -75,6 +75,4 @@ yarn-error.log
*.mp4
# Others
.prettierignore
.prettierrc
package-lock.json

4
.prettierignore 100755
View File

@ -0,0 +1,4 @@
.cache
package.json
package-lock.json
public

7
.prettierrc 100755
View File

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}