diff --git a/.gitignore b/.gitignore index 48fcd8f..8eae3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ logs .DS_Store .fleet .idea +.history/ +.history/** +**/.history/** \ No newline at end of file diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index 502c189..4561bb6 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -1,8 +1,9 @@