提交 2644536a 编写于 作者: K Karl Horky 提交者: Brendan Forster

Comment out / add note about conflicting gitignore lines (#3204)

* Remove conflicting gitignore lines, add reference

Ref (introduction of a new "public" folder in Next.js):
https://nextjs.org/blog/next-9-1#public-directory-support

* Improve solution to conflicting files
上级 a14296fa
...@@ -75,15 +75,18 @@ typings/ ...@@ -75,15 +75,18 @@ typings/
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
# next.js build output # Next.js build output
.next .next
# nuxt.js build output # Nuxt.js build / generate output
.nuxt .nuxt
dist
# gatsby files # Gatsby files
.cache/ .cache/
public # Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist
......
# gitignore template for Nuxt.js projects
#
# Recommended template: Node.gitignore
# Nuxt build
.nuxt
# Nuxt generate
dist
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册