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
|
||||
.nuxt*
|
||||
!.nuxtignore
|
||||
.cache
|
||||
|
||||
# Dist folders
|
||||
|
@ -25,7 +25,7 @@ describe('basic generate', () => {
|
||||
pathsBefore = listPaths(nuxt.options.rootDir)
|
||||
|
||||
// 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', () => {
|
||||
writeFileSync(changedFileName, '')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user