make changes to gitignore

This commit is contained in:
2026-06-16 17:24:00 +07:00
parent aff5cae206
commit 6224bf6aa5
8 changed files with 28 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,9 @@
compiled.php
config.php
down
events.scanned.php
maintenance.php
routes.php
routes.scanned.php
schedule-*
services.json

View File

@@ -0,0 +1,3 @@
*
!data/
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore