split front and api parts

This commit is contained in:
Kacper Donat 2020-11-01 17:57:06 +01:00
parent 75c0c98c8d
commit ab56fe9917
306 changed files with 55 additions and 47 deletions

18
.gitignore vendored
View File

@ -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/
/public/*
!/public/index.php
!/public/manifest.jso
/yarn-error.log

16
api/.gitignore vendored Normal file
View 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

View File

Some files were not shown because too many files have changed in this diff Show More