소스 검색

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
Karl Horky 5 년 전
부모
커밋
2644536a24
2개의 변경된 파일7개의 추가작업 그리고 13개의 파일을 삭제
  1. 7 4
      Node.gitignore
  2. 0 9
      community/JavaScript/Nuxt.gitignore

+ 7 - 4
Node.gitignore

@@ -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

+ 0 - 9
community/JavaScript/Nuxt.gitignore

@@ -1,9 +0,0 @@
-# gitignore template for Nuxt.js projects
-#
-# Recommended template: Node.gitignore
-
-# Nuxt build
-.nuxt
-
- # Nuxt generate
-dist