hgignore updated.
This commit is contained in:
18
.hgignore
18
.hgignore
@@ -1,2 +1,16 @@
|
||||
glob:website/storage
|
||||
glob:website/public/images/banners
|
||||
syntax: glob
|
||||
# Temp
|
||||
.env
|
||||
.env.example
|
||||
*.swp
|
||||
|
||||
# Templates
|
||||
pressroom
|
||||
colormag
|
||||
|
||||
# Logging
|
||||
storage
|
||||
|
||||
# Dynamic content
|
||||
public/images/banners
|
||||
public/img
|
||||
|
||||
37
website/.env
37
website/.env
@@ -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
|
||||
|
||||
@@ -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=
|
||||
5
website/.gitattributes
vendored
5
website/.gitattributes
vendored
@@ -1,5 +0,0 @@
|
||||
* text=auto
|
||||
*.css linguist-vendored
|
||||
*.scss linguist-vendored
|
||||
*.js linguist-vendored
|
||||
CHANGELOG.md export-ignore
|
||||
12
website/.gitignore
vendored
12
website/.gitignore
vendored
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
syntax: glob
|
||||
|
||||
.env
|
||||
storage
|
||||
website/public/images/banners
|
||||
Reference in New Issue
Block a user