split front and api parts
This commit is contained in:
parent
75c0c98c8d
commit
ab56fe9917
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,19 +1 @@
|
|||||||
|
|
||||||
###> symfony/framework-bundle ###
|
|
||||||
/.env
|
|
||||||
/public/bundles/
|
|
||||||
/var/
|
|
||||||
/vendor/
|
|
||||||
###< symfony/framework-bundle ###
|
|
||||||
|
|
||||||
###> symfony/web-server-bundle ###
|
|
||||||
/.web-server-pid
|
|
||||||
###< symfony/web-server-bundle ###
|
|
||||||
|
|
||||||
/node_modules/
|
|
||||||
/.idea/
|
/.idea/
|
||||||
/public/*
|
|
||||||
!/public/index.php
|
|
||||||
!/public/manifest.jso
|
|
||||||
|
|
||||||
/yarn-error.log
|
|
||||||
|
16
api/.gitignore
vendored
Normal file
16
api/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
###> symfony/framework-bundle ###
|
||||||
|
/.env
|
||||||
|
/public/bundles/
|
||||||
|
/var/
|
||||||
|
/vendor/
|
||||||
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
|
###> symfony/web-server-bundle ###
|
||||||
|
/.web-server-pid
|
||||||
|
###< symfony/web-server-bundle ###
|
||||||
|
|
||||||
|
/node_modules/
|
||||||
|
/public/*
|
||||||
|
!/public/index.php
|
||||||
|
|
0
composer.lock → api/composer.lock
generated
0
composer.lock → api/composer.lock
generated
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user