Skip to content
Snippets Groups Projects
Unverified Commit 08de52a4 authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0

parent 70b3fde6
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -8,12 +8,15 @@
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
/typo3conf/deprecation_*.log
/typo3conf/AdditionalConfiguration.php
/typo3conf/ENABLE_INSTALL_TOOL
/typo3conf/realurl_autoconf.php
/FIRST_INSTALL
# Ignore system folders, you should have them symlinked.
# If not comment out the following entries.
/typo3
/typo3_src
/typo3_src-*
/Packages
/.htaccess
/index.php
# Ignore temp directory.
Loading
Loading
Loading
Loading
@@ -19,7 +19,7 @@
!**/App_Data/[Pp]ackages/*
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
 
# ImageProcessor DiskCache
# ImageProcessor DiskCache
**/App_Data/cache/
 
# Ignore the Models Builder models out of date flag
Loading
Loading
# Visual Studio 2015 user specific files
.vs/
 
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files
*.slo
*.lo
Loading
Loading
Loading
Loading
@@ -220,7 +220,7 @@ ClientBin/
*.publishsettings
orleans.codegen.cs
 
# Including strong name files can present a security risk
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
 
Loading
Loading
@@ -316,7 +316,7 @@ __pycache__/
# OpenCover UI analysis results
OpenCover/
 
# Azure Stream Analytics local run output
# Azure Stream Analytics local run output
ASALocalRun/
 
# MSBuild Binary and Structured Log
Loading
Loading
@@ -325,5 +325,5 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
*.nvuser
 
# MFractors (Xamarin productivity tool) working folder
# MFractors (Xamarin productivity tool) working folder
.mfractor/
Loading
Loading
@@ -105,11 +105,14 @@ code_quality:
- code_quality
artifacts:
paths: [gl-code-quality-report.json]
only:
- branches
except:
variables:
- $CODE_QUALITY_DISABLED
 
license_management:
stage: test
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
Loading
Loading
@@ -121,6 +124,8 @@ license_management:
- license_management
artifacts:
paths: [gl-license-management-report.json]
only:
- branches
except:
variables:
- $LICENSE_MANAGEMENT_DISABLED
Loading
Loading
@@ -161,6 +166,8 @@ sast:
- sast
artifacts:
paths: [gl-sast-report.json]
only:
- branches
except:
variables:
- $SAST_DISABLED
Loading
Loading
@@ -178,6 +185,8 @@ dependency_scanning:
- dependency_scanning
artifacts:
paths: [gl-dependency-scanning-report.json]
only:
- branches
except:
variables:
- $DEPENDENCY_SCANNING_DISABLED
Loading
Loading
@@ -195,6 +204,8 @@ container_scanning:
- container_scanning
artifacts:
paths: [gl-container-scanning-report.json]
only:
- branches
except:
variables:
- $CONTAINER_SCANNING_DISABLED
Loading
Loading
@@ -365,6 +376,7 @@ production_manual:
kubernetes: active
variables:
- $STAGING_ENABLED
- $CANARY_ENABLED
except:
variables:
- $INCREMENTAL_ROLLOUT_ENABLED
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment