diff --git a/.gitignore b/.gitignore index 5e44634..90d59f8 100755 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,95 @@ yarn-error.log* *.suo *.ntvs* *.njsproj -*.sln \ No newline at end of file +*.sln + +# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,linux,vue,vuejs +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode,linux,vue,vuejs + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Vue ### +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + +### Vuejs ### +# Recommended template: Node.gitignore + +node_modules/ +dist/ +npm-debug.log +yarn-error.log + +# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,linux,vue,vuejs \ No newline at end of file diff --git a/src/views/list/list.vue b/src/views/list/list.vue index f2cda75..b6244ac 100755 --- a/src/views/list/list.vue +++ b/src/views/list/list.vue @@ -3,9 +3,11 @@