update gitignore in example and in generate-new (#8707)

Signed-off-by: Pierre Noël <petersg83@gmail.com>
This commit is contained in:
Pierre Noël 2020-11-25 09:54:11 +01:00 committed by GitHub
parent d394c8d3eb
commit ace487ace8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View File

@ -82,7 +82,6 @@ ssl
nbproject
public/uploads/*
!public/uploads/.gitkeep
.env
############################
# Node.js
@ -96,19 +95,21 @@ results
node_modules
.node_history
############################
# Strapi
# Tests
############################
testApp
coverage
exports
############################
# Strapi
############################
.env
license.txt
exports
*.cache
build
documentation
exports
.strapi-updater.json

View File

@ -95,7 +95,6 @@ results
node_modules
.node_history
############################
# Tests
############################
@ -110,5 +109,6 @@ coverage
.env
license.txt
exports
.cache
*.cache
build
.strapi-updater.json