make changes to gitignore
This commit is contained in:
@@ -14,7 +14,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
# PHP Extensions
|
# PHP Extensions
|
||||||
RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
|
RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
|
||||||
RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
|
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||||
|
&& apt-get install -y nodejs
|
||||||
|
# RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
|
||||||
|
|
||||||
# Install Composer
|
# Install Composer
|
||||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||||
|
|||||||
8
dashboard/.gitignore
vendored
8
dashboard/.gitignore
vendored
@@ -18,10 +18,12 @@
|
|||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/app/*
|
/storage/app/*
|
||||||
/storage/framework/*
|
/storage/framework/cache/*
|
||||||
|
/storage/framework/sessions/*
|
||||||
|
/storage/framework/testing/*
|
||||||
|
/storage/framework/views/*
|
||||||
/storage/logs/*
|
/storage/logs/*
|
||||||
/storage/pail
|
|
||||||
/vendor
|
/vendor
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
9
dashboard/storage/framework/.gitignore
vendored
Normal file
9
dashboard/storage/framework/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
compiled.php
|
||||||
|
config.php
|
||||||
|
down
|
||||||
|
events.scanned.php
|
||||||
|
maintenance.php
|
||||||
|
routes.php
|
||||||
|
routes.scanned.php
|
||||||
|
schedule-*
|
||||||
|
services.json
|
||||||
3
dashboard/storage/framework/cache/.gitignore
vendored
Normal file
3
dashboard/storage/framework/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!data/
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/cache/data/.gitignore
vendored
Normal file
2
dashboard/storage/framework/cache/data/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/sessions/.gitignore
vendored
Normal file
2
dashboard/storage/framework/sessions/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/testing/.gitignore
vendored
Normal file
2
dashboard/storage/framework/testing/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/views/.gitignore
vendored
Normal file
2
dashboard/storage/framework/views/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user