Commit 08de52a4 authored by Alessio Caiazza's avatar Alessio Caiazza

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

parent 70b3fde6
...@@ -9,7 +9,7 @@ Makefile.in ...@@ -9,7 +9,7 @@ Makefile.in
# http://www.gnu.org/software/autoconf # http://www.gnu.org/software/autoconf
/autom4te.cache autom4te.cache
/autoscan.log /autoscan.log
/autoscan-*.log /autoscan-*.log
/aclocal.m4 /aclocal.m4
...@@ -39,4 +39,3 @@ m4/ltoptions.m4 ...@@ -39,4 +39,3 @@ m4/ltoptions.m4
m4/ltsugar.m4 m4/ltsugar.m4
m4/ltversion.m4 m4/ltversion.m4
m4/lt~obsolete.m4 m4/lt~obsolete.m4
autom4te.cache
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] # Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
/craft/storage/* /craft/storage/*
!/craft/storage/logo/* !/craft/storage/rebrand
\ No newline at end of file
...@@ -35,7 +35,6 @@ eagle.epf ...@@ -35,7 +35,6 @@ eagle.epf
*.gpi *.gpi
*.pls *.pls
*.ger *.ger
*.gpi
*.xln *.xln
*.drd *.drd
......
...@@ -18,9 +18,6 @@ war/WEB-INF/classes/ ...@@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs #compilation logs
.gwt/ .gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files #gwt junit compilation files
www-test/ www-test/
......
*.bak
*.gho
*.ori
*.orig
*.tmp
# General CodeKit files to ignore # General CodeKit files to ignore
config.codekit config.codekit
config.codekit3
/min /min
...@@ -47,6 +47,9 @@ local.properties ...@@ -47,6 +47,9 @@ local.properties
# Code Recommenders # Code Recommenders
.recommenders/ .recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse) # Scala IDE specific (Scala & Java development for Eclipse)
.cache-main .cache-main
.scala_dependencies .scala_dependencies
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# User-specific stuff # User-specific stuff
.idea/**/workspace.xml .idea/**/workspace.xml
.idea/**/tasks.xml .idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries .idea/**/dictionaries
.idea/**/shelf .idea/**/shelf
...@@ -20,9 +21,16 @@ ...@@ -20,9 +21,16 @@
.idea/**/gradle.xml .idea/**/gradle.xml
.idea/**/libraries .idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake # CMake
cmake-build-debug/ cmake-build-*/
cmake-build-release/
# Mongo Explorer plugin # Mongo Explorer plugin
.idea/**/mongoSettings.xml .idea/**/mongoSettings.xml
......
...@@ -18,6 +18,9 @@ helpsearch*/ ...@@ -18,6 +18,9 @@ helpsearch*/
slprj/ slprj/
sccprj/ sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension # Simulink autosave extension
*.autosave *.autosave
......
# Swap # Swap
[._]*.s[a-v][a-z] [._]*.s[a-v][a-z]
[._]*.sw[a-p] [._]*.sw[a-p]
[._]s[a-v][a-z] [._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p] [._]sw[a-p]
# Session # Session
......
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
# Metadata # Metadata
*.aliases *.aliases
*.lvlps *.lvlps
.cache/
...@@ -7,6 +7,4 @@ release.properties ...@@ -7,6 +7,4 @@ release.properties
dependency-reduced-pom.xml dependency-reduced-pom.xml
buildNumber.properties buildNumber.properties
.mvn/timing.properties .mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
...@@ -57,9 +57,15 @@ typings/ ...@@ -57,9 +57,15 @@ typings/
# dotenv environment variables file # dotenv environment variables file
.env .env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output # next.js build output
.next .next
# nuxt.js build output
.nuxt
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist
......
...@@ -35,6 +35,9 @@ xcuserdata/ ...@@ -35,6 +35,9 @@ xcuserdata/
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# #
# Pods/ # Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage # Carthage
# #
......
# Gitignore for Perl 6 (http://www.perl6.org)
# As part of https://github.com/github/gitignore
# precompiled files
.precomp
lib/.precomp
...@@ -47,6 +47,9 @@ playground.xcworkspace ...@@ -47,6 +47,9 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# #
# Pods/ # Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage # Carthage
# #
......
...@@ -226,6 +226,9 @@ TSWLatexianTemp* ...@@ -226,6 +226,9 @@ TSWLatexianTemp*
# Texpad # Texpad
.texpadtmp .texpadtmp
# LyX
*.lyx~
# Kile # Kile
*.backup *.backup
...@@ -241,6 +244,3 @@ TSWLatexianTemp* ...@@ -241,6 +244,3 @@ TSWLatexianTemp*
# standalone packages # standalone packages
*.sta *.sta
# generated if using elsarticle.cls
*.spl
...@@ -8,12 +8,15 @@ ...@@ -8,12 +8,15 @@
/typo3conf/temp_CACHED* /typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php /typo3conf/temp_fieldInfo.php
/typo3conf/deprecation_*.log /typo3conf/deprecation_*.log
/typo3conf/AdditionalConfiguration.php /typo3conf/ENABLE_INSTALL_TOOL
/typo3conf/realurl_autoconf.php
/FIRST_INSTALL
# Ignore system folders, you should have them symlinked. # Ignore system folders, you should have them symlinked.
# If not comment out the following entries. # If not comment out the following entries.
/typo3 /typo3
/typo3_src /typo3_src
/typo3_src-* /typo3_src-*
/Packages
/.htaccess /.htaccess
/index.php /index.php
# Ignore temp directory. # Ignore temp directory.
......
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo
......
...@@ -105,11 +105,14 @@ code_quality: ...@@ -105,11 +105,14 @@ code_quality:
- code_quality - code_quality
artifacts: artifacts:
paths: [gl-code-quality-report.json] paths: [gl-code-quality-report.json]
only:
- branches
except: except:
variables: variables:
- $CODE_QUALITY_DISABLED - $CODE_QUALITY_DISABLED
license_management: license_management:
stage: test
image: docker:stable image: docker:stable
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
...@@ -121,6 +124,8 @@ license_management: ...@@ -121,6 +124,8 @@ license_management:
- license_management - license_management
artifacts: artifacts:
paths: [gl-license-management-report.json] paths: [gl-license-management-report.json]
only:
- branches
except: except:
variables: variables:
- $LICENSE_MANAGEMENT_DISABLED - $LICENSE_MANAGEMENT_DISABLED
...@@ -161,6 +166,8 @@ sast: ...@@ -161,6 +166,8 @@ sast:
- sast - sast
artifacts: artifacts:
paths: [gl-sast-report.json] paths: [gl-sast-report.json]
only:
- branches
except: except:
variables: variables:
- $SAST_DISABLED - $SAST_DISABLED
...@@ -178,6 +185,8 @@ dependency_scanning: ...@@ -178,6 +185,8 @@ dependency_scanning:
- dependency_scanning - dependency_scanning
artifacts: artifacts:
paths: [gl-dependency-scanning-report.json] paths: [gl-dependency-scanning-report.json]
only:
- branches
except: except:
variables: variables:
- $DEPENDENCY_SCANNING_DISABLED - $DEPENDENCY_SCANNING_DISABLED
...@@ -195,6 +204,8 @@ container_scanning: ...@@ -195,6 +204,8 @@ container_scanning:
- container_scanning - container_scanning
artifacts: artifacts:
paths: [gl-container-scanning-report.json] paths: [gl-container-scanning-report.json]
only:
- branches
except: except:
variables: variables:
- $CONTAINER_SCANNING_DISABLED - $CONTAINER_SCANNING_DISABLED
...@@ -365,6 +376,7 @@ production_manual: ...@@ -365,6 +376,7 @@ production_manual:
kubernetes: active kubernetes: active
variables: variables:
- $STAGING_ENABLED - $STAGING_ENABLED
- $CANARY_ENABLED
except: except:
variables: variables:
- $INCREMENTAL_ROLLOUT_ENABLED - $INCREMENTAL_ROLLOUT_ENABLED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment