updated .gitignore, added prettier formatter file
This commit is contained in:
parent
101d2cc1e6
commit
5ce63b8d5f
|
@ -1,2 +1,24 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
*/__pycache__
|
*/__pycache__
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
# node_modules
|
||||||
|
/dist
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
Loading…
Reference in New Issue