Nuxt/.gitignore

62 lines
731 B
Plaintext
Raw Normal View History

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
# 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
# Packages
packages/*/LICENSE
# Distributions
distributions/*/LICENSE
2016-10-26 11:40:55 +00:00
2017-10-14 17:03:03 +00:00
# Other
.nuxt*
!.nuxtignore
2017-08-21 11:59:43 +00:00
.cache
2016-11-10 13:46:16 +00:00
# Dist folders
2016-12-09 17:53:55 +00:00
dist
# Junit reports
reports
# Coverage reports
2016-12-09 17:53:55 +00:00
coverage
*.lcov
.nyc_output
# 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
.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
.apdisk
CHANGELOG.md