mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
update gitignore in example and in generate-new (#8707)
Signed-off-by: Pierre Noël <petersg83@gmail.com>
This commit is contained in:
parent
d394c8d3eb
commit
ace487ace8
15
examples/getstarted/.gitignore
vendored
15
examples/getstarted/.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user