mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: don`t ignore .nuxtignore (#5169)
This commit is contained in:
parent
8ab181dbad
commit
39c9ab5933
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,6 +17,7 @@ distributions/*/LICENSE
|
|||||||
|
|
||||||
# Other
|
# Other
|
||||||
.nuxt*
|
.nuxt*
|
||||||
|
!.nuxtignore
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
# Dist folders
|
# Dist folders
|
||||||
|
@ -25,7 +25,7 @@ describe('basic generate', () => {
|
|||||||
pathsBefore = listPaths(nuxt.options.rootDir)
|
pathsBefore = listPaths(nuxt.options.rootDir)
|
||||||
|
|
||||||
// Make sure our check for changed files is really working
|
// Make sure our check for changed files is really working
|
||||||
changedFileName = resolve(nuxt.options.generate.dir, '..', '.nuxt-generate-changed')
|
changedFileName = resolve(nuxt.options.generate.dir, '..', '.nuxt-generate', '.nuxt-generate-changed')
|
||||||
nuxt.hook('generate:done', () => {
|
nuxt.hook('generate:done', () => {
|
||||||
writeFileSync(changedFileName, '')
|
writeFileSync(changedFileName, '')
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user