Skip to content

Commit 555cda1

Browse files
authored
Merge pull request #9 from ilyasudakov/develop
Develop
2 parents 0258c12 + 3eb965a commit 555cda1

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/node_modules/
33
package-lock.json
44
/coverage/
5-
/public/
5+
public/*
6+
!public/assets/
67
.env
78

89
# IDE stuff

bin/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ function reportError(error) {
239239

240240
await installPackages().catch((reason) => reportError(reason));
241241
await removeFilesFromDirectory('bin/').catch((reason) => reportError(reason));
242+
await removeFilesFromDirectory('public/assets/logo.png').catch((reason) => reportError(reason));
242243

243244
if (repoRemoved) {
244245
process.stdout.write('\n');

public/assets/logo.png

9.6 KB
Loading

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-base [![Maintainability](https://api.codeclimate.com/v1/badges/189ab4185c34a62912ad/maintainability)](https://codeclimate.com/github/ilyasudakov/react-base/maintainability) ![Depfu](https://img.shields.io/depfu/ilyasudakov/react-base) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ilyasudakov/react-base/CI)
22

3-
![logo](public/logo.png)
3+
![logo](public/assets/logo.png)
44

55
Simple React boilerplate, that will make your development easier and faster.
66

0 commit comments

Comments
 (0)