2017-10-14 17:03:03 +00:00
|
|
|
# Dependencies
|
2016-10-26 11:40:55 +00:00
|
|
|
node_modules
|
2017-03-24 14:48:51 +00:00
|
|
|
examples/**/*/yarn.lock
|
2017-10-14 17:03:03 +00:00
|
|
|
jspm_packages
|
|
|
|
package-lock.json
|
2016-10-26 11:40:55 +00:00
|
|
|
|
2017-10-14 17:03:03 +00:00
|
|
|
# Logs
|
2017-03-05 14:44:01 +00:00
|
|
|
*.log
|
2017-10-14 17:03:03 +00:00
|
|
|
npm-debug.log*
|
2016-10-26 11:40:55 +00:00
|
|
|
|
2017-10-14 17:03:03 +00:00
|
|
|
# Other
|
2017-12-17 19:30:26 +00:00
|
|
|
.nuxt*
|
2017-08-21 11:59:43 +00:00
|
|
|
.cache
|
2016-11-10 13:46:16 +00:00
|
|
|
|
2016-12-09 17:53:55 +00:00
|
|
|
# Dist folder
|
|
|
|
dist
|
|
|
|
|
2017-10-14 17:03:03 +00:00
|
|
|
# Dist example generation
|
2016-11-10 13:46:16 +00:00
|
|
|
examples/**/dist
|
2016-12-09 17:53:55 +00:00
|
|
|
|
|
|
|
# Coverage support
|
|
|
|
coverage
|
|
|
|
*.lcov
|
|
|
|
.nyc_output
|
2017-04-17 13:27:32 +00:00
|
|
|
.vscode
|
2017-05-11 09:10:58 +00:00
|
|
|
|
|
|
|
# Intellij idea
|
|
|
|
*.iml
|
|
|
|
.idea
|
2017-07-03 10:11:20 +00:00
|
|
|
|
2017-10-14 17:03:03 +00:00
|
|
|
# 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
|
2017-12-17 19:30:26 +00:00
|
|
|
.apdisk
|