hgignore updated.

This commit is contained in:
2020-03-22 15:50:04 +01:00
parent f3d1c41e91
commit 20e1b94277
6 changed files with 16 additions and 89 deletions

View File

@@ -1,2 +1,16 @@
glob:website/storage syntax: glob
glob:website/public/images/banners # Temp
.env
.env.example
*.swp
# Templates
pressroom
colormag
# Logging
storage
# Dynamic content
public/images/banners
public/img

View File

@@ -1,37 +0,0 @@
APP_NAME="NH Gooi"
APP_ENV=local
APP_KEY=I@#323ddu3dN(@#d(NU@#U2ij2dd4RJE
APP_DEBUG=true
APP_LOG_LEVEL=error
APP_URL=http://localhost
IMAGE_BASE_URL=https://nhgooi.nl/
API_URL=http://api-dev.6fm.nl/
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
DB_CONNECTION=mysql
DB_HOST=www.6fm.nl
DB_PORT=3306
DB_DATABASE=radio6fm_web
DB_USERNAME=6fmstats
DB_PASSWORD=C6h938EJ2cd5p4cT

View File

@@ -1,28 +0,0 @@
APP_NAME=6FM Online
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_LOG_LEVEL=error
APP_URL=http://www.6fm.nl
ON_AIR_URL=http://api.6fm.nl/programma/schema/onair
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

View File

@@ -1,5 +0,0 @@
* text=auto
*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored
CHANGELOG.md export-ignore

12
website/.gitignore vendored
View File

@@ -1,12 +0,0 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env

View File

@@ -1,5 +0,0 @@
syntax: glob
.env
storage
website/public/images/banners