Separated laravel app to its own folder (#540)
This commit is contained in:
34
api/.gitignore
vendored
Normal file
34
api/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/clockwork
|
||||
/vendor
|
||||
.env
|
||||
.env.production
|
||||
.env.api-production
|
||||
.env.backup
|
||||
.env.testing
|
||||
.env.dusk.local
|
||||
.env.api-*
|
||||
.env.docker.local
|
||||
.phpunit.result.cache
|
||||
.idea/*
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
phpunit.dusk.xml
|
||||
/public/dist
|
||||
/public/build
|
||||
/public/mix-manifest.json
|
||||
/public/sitemap.xml
|
||||
.DS_Store
|
||||
public/.DS_Store
|
||||
*.DS_Store
|
||||
.vapor/
|
||||
.env.production
|
||||
.env.staging
|
||||
_ide_helper.php
|
||||
docker-compose.override.yml
|
||||
/.make.*
|
||||
Reference in New Issue
Block a user