diff --git a/.gitignore b/.gitignore index 54f07af..bdd538f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ dist-ssr *.ntvs* *.njsproj *.sln -*.sw? \ No newline at end of file +*.sw? + +# Data used for testing +test-files diff --git a/src/App.vue b/src/App.vue index 5dd2278..b63b4fb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,8 +19,10 @@