mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
update gitignore
This commit is contained in:
parent
7cff6cd666
commit
10c4190732
33
.gitignore
vendored
33
.gitignore
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user