No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
27 additions and
1 deletions
-
.prettierignore
|
|
@ -0,0 +1,26 @@ |
|
|
|
|
|
.DS_Store |
|
|
|
|
|
node_modules |
|
|
|
|
|
/dist |
|
|
|
|
|
babel.config.js |
|
|
|
|
|
|
|
|
|
|
|
# local env files |
|
|
|
|
|
.env.local |
|
|
|
|
|
.env.*.local |
|
|
|
|
|
|
|
|
|
|
|
# Log files |
|
|
|
|
|
npm-debug.log* |
|
|
|
|
|
yarn-debug.log* |
|
|
|
|
|
yarn-error.log* |
|
|
|
|
|
|
|
|
|
|
|
# Editor directories and files |
|
|
|
|
|
.idea |
|
|
|
|
|
*.iml |
|
|
|
|
|
.vscode |
|
|
|
|
|
*.suo |
|
|
|
|
|
*.ntvs* |
|
|
|
|
|
*.njsproj |
|
|
|
|
|
*.sln |
|
|
|
|
|
*.sw? |
|
|
|
|
|
.history |
|
|
|
|
|
|
|
|
|
|
|
CHANGELOG.md |