mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
fffe741986
Add stdout/stderr to console helpers Remove separate nosubfolders test file in favor of inclusion in basic.generate Add build.stats to silence webpack output Add .always to after hooks: (1) fixes issue with basic.dev test that watch.js is empty when one of the test fails and (2) fixes that sometimes when running multiple tests that failed after eachother the port is still used as the server did not automatically get killed Change all init nuxt before test to serial tests and add tests for DONE and OPEN logs
51 lines
631 B
Plaintext
51 lines
631 B
Plaintext
# Dependencies
|
|
node_modules
|
|
examples/**/*/yarn.lock
|
|
jspm_packages
|
|
package-lock.json
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Other
|
|
.nuxt*
|
|
.cache
|
|
|
|
# Dist folder
|
|
dist
|
|
|
|
# Dist example generation
|
|
examples/**/dist
|
|
|
|
# Coverage support
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
.vscode
|
|
|
|
# Intellij idea
|
|
*.iml
|
|
.idea
|
|
|
|
# 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
|