updated .gitignore, added prettier formatter file

This commit is contained in:
Roberto Tonino 2020-04-15 20:01:53 +02:00
parent 101d2cc1e6
commit 5ce63b8d5f
1 changed files with 22 additions and 0 deletions

22
.gitignore vendored
View File

@ -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?