Skip to content

Commit 2644536

Browse files
karlhorkyshiftkey
authored andcommitted
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
1 parent a14296f commit 2644536

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Node.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,18 @@ typings/
7575
# parcel-bundler cache (https://parceljs.org/)
7676
.cache
7777

78-
# next.js build output
78+
# Next.js build output
7979
.next
8080

81-
# nuxt.js build output
81+
# Nuxt.js build / generate output
8282
.nuxt
83+
dist
8384

84-
# gatsby files
85+
# Gatsby files
8586
.cache/
86-
public
87+
# Comment in the public line in if your project uses Gatsby and *not* Next.js
88+
# https://nextjs.org/blog/next-9-1#public-directory-support
89+
# public
8790

8891
# vuepress build output
8992
.vuepress/dist

community/JavaScript/Nuxt.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)