2017-10-14 17:03:03 +00:00
|
|
|
# Dependencies
|
2016-10-26 11:40:55 +00:00
|
|
|
node_modules
|
2017-10-14 17:03:03 +00:00
|
|
|
jspm_packages
|
2018-10-17 21:28:25 +00:00
|
|
|
|
|
|
|
# Only keep yarn.lock in the root
|
2017-10-14 17:03:03 +00:00
|
|
|
package-lock.json
|
2018-10-20 09:06:37 +00:00
|
|
|
*/**/yarn.lock
|
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
|
2018-10-17 21:28:25 +00:00
|
|
|
|
|
|
|
# Packages
|
|
|
|
packages/*/LICENSE
|
|
|
|
|
|
|
|
# Distributions
|
|
|
|
distributions/*/LICENSE
|
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
|
|
|
|
2018-10-17 21:28:25 +00:00
|
|
|
# Dist folders
|
2016-12-09 17:53:55 +00:00
|
|
|
dist
|
|
|
|
|
2018-10-17 21:28:25 +00:00
|
|
|
# Coverage reports
|
2016-12-09 17:53:55 +00:00
|
|
|
coverage
|
|
|
|
*.lcov
|
|
|
|
.nyc_output
|
2018-10-17 21:28:25 +00:00
|
|
|
|
|
|
|
# VSCode
|
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
|
2018-10-17 21:28:25 +00:00
|
|
|
.DS_Store
|
2017-10-14 17:03:03 +00:00
|
|
|
.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
|
2018-11-08 00:05:41 +00:00
|
|
|
|
|
|
|
# Junit report from jest-junit
|
|
|
|
*junit.xml
|
2018-11-17 22:19:27 +00:00
|
|
|
|