update .gitignore
parent
b3cde548ac
commit
4aabea617c
|
|
@ -75,6 +75,4 @@ yarn-error.log
|
|||
*.mp4
|
||||
|
||||
# Others
|
||||
.prettierignore
|
||||
.prettierrc
|
||||
package-lock.json
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
.cache
|
||||
package.json
|
||||
package-lock.json
|
||||
public
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Loading…
Reference in New Issue