Add: Include files needed for react simple blog
This commit is contained in:
parent
1ada5abed1
commit
a51a0c4e12
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -43,6 +43,25 @@ go.work
|
||||||
|
|
||||||
# !Makefile
|
# !Makefile
|
||||||
|
|
||||||
|
!*.yml
|
||||||
|
!*.json
|
||||||
|
!*.txt
|
||||||
|
|
||||||
|
!*.sql
|
||||||
|
|
||||||
|
!Dockerfile
|
||||||
|
!.dockerignore
|
||||||
|
|
||||||
|
!*.html
|
||||||
|
!*.css
|
||||||
|
!*.js
|
||||||
|
|
||||||
|
!*.ico
|
||||||
|
!*.png
|
||||||
|
|
||||||
|
!.env.production
|
||||||
|
!.env.development
|
||||||
|
|
||||||
# ...even if they are in subdirectories
|
# ...even if they are in subdirectories
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue