diff --git a/.gitignore b/.gitignore index a19f004..b5708e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,23 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +.DS_Store +node_modules +/dist +/situation -# TODO: where does this rule come from? -docs/_book - -# TODO: where does this rule come from? -test/ +# local env files +.env.local +.env.*.local +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +package-lock.json +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..d7b13c5 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,9 @@ +{ + "tabWidth": 2, + "useTabs": false, + "semi": false, + "singleQuote": true, + "trailingComma": "es5", + "bracketSpacing": false, + "htmlWhitespaceSensitivity": "ignore" +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..010dba8 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + +
+ + + +
+