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
|
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
|
Loading…
Reference in New Issue
Block a user