diff --git a/.hgignore b/.hgignore index 5ef61de6..9511af4e 100644 --- a/.hgignore +++ b/.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 diff --git a/website/.env b/website/.env deleted file mode 100644 index 9eb67a53..00000000 --- a/website/.env +++ /dev/null @@ -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 - diff --git a/website/.env.example b/website/.env.example deleted file mode 100644 index 81986d65..00000000 --- a/website/.env.example +++ /dev/null @@ -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= diff --git a/website/.gitattributes b/website/.gitattributes deleted file mode 100644 index 967315dd..00000000 --- a/website/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -* text=auto -*.css linguist-vendored -*.scss linguist-vendored -*.js linguist-vendored -CHANGELOG.md export-ignore diff --git a/website/.gitignore b/website/.gitignore deleted file mode 100644 index b6a4b86d..00000000 --- a/website/.gitignore +++ /dev/null @@ -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 diff --git a/website/.hgignore b/website/.hgignore deleted file mode 100644 index c6e37bba..00000000 --- a/website/.hgignore +++ /dev/null @@ -1,5 +0,0 @@ -syntax: glob - -.env -storage -website/public/images/banners