Skip to content

Commit

Permalink
Comment out / add note about conflicting gitignore lines (github#3204)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
karlhorky authored and shiftkey committed Oct 24, 2019
1 parent a14296f commit 2644536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
11 changes: 7 additions & 4 deletions Node.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,18 @@ typings/
# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
# Next.js build output
.next

# nuxt.js build output
# Nuxt.js build / generate output
.nuxt
dist

# gatsby files
# Gatsby files
.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/dist
Expand Down
9 changes: 0 additions & 9 deletions community/JavaScript/Nuxt.gitignore

This file was deleted.

0 comments on commit 2644536

Please sign in to comment.