diff options
author | Karl Horky <karl.horky@gmail.com> | 2019-10-24 18:31:35 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-10-24 13:31:35 -0300 |
commit | 2644536a24f37d3906c7ea56e57f6965b1e21f36 (patch) | |
tree | bc37fdbed47b670b9868f0230b34dd0b0ed40150 /community | |
parent | a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 (diff) | |
download | gitignore-2644536a24f37d3906c7ea56e57f6965b1e21f36.tar.gz gitignore-2644536a24f37d3906c7ea56e57f6965b1e21f36.zip |
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
Diffstat (limited to 'community')
-rw-r--r-- | community/JavaScript/Nuxt.gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/community/JavaScript/Nuxt.gitignore b/community/JavaScript/Nuxt.gitignore deleted file mode 100644 index cd6c77a3..00000000 --- a/community/JavaScript/Nuxt.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# gitignore template for Nuxt.js projects -# -# Recommended template: Node.gitignore - -# Nuxt build -.nuxt - - # Nuxt generate -dist |