update gitignore

This commit is contained in:
sdras 2017-10-14 13:03:03 -04:00 committed by Sebastien Chopin
parent 7cff6cd666
commit 10c4190732
1 changed files with 27 additions and 6 deletions

33
.gitignore vendored
View File

@ -1,18 +1,21 @@
# dependencies # Dependencies
node_modules node_modules
examples/**/*/yarn.lock examples/**/*/yarn.lock
jspm_packages
package-lock.json
# logs # Logs
*.log *.log
npm-debug.log*
# other # Other
.nuxt .nuxt
.cache .cache
# Dist folder # Dist folder
dist dist
# dist example generation # Dist example generation
examples/**/dist examples/**/dist
# Coverage support # Coverage support
@ -25,5 +28,23 @@ coverage
*.iml *.iml
.idea .idea
# Macos # OSX
.DS_Store *.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