From cfc9eff3c7cbd2ac2272923eb3a8102f8a739b2b Mon Sep 17 00:00:00 2001 From: sdras Date: Sat, 14 Oct 2017 13:03:03 -0400 Subject: [PATCH] update gitignore --- .gitignore | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9b8a0a54a8..6b2d6f7e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,21 @@ -# dependencies +# Dependencies node_modules examples/**/*/yarn.lock +jspm_packages +package-lock.json -# logs +# Logs *.log +npm-debug.log* -# other +# Other .nuxt .cache # Dist folder dist -# dist example generation +# Dist example generation examples/**/dist # Coverage support @@ -25,5 +28,23 @@ coverage *.iml .idea -# Macos -.DS_Store +# OSX +*.DS_Store +.AppleDouble +.LSOverride + +# 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 \ No newline at end of file