Compare commits

...

15 Commits

Author SHA1 Message Date
Daniel Johnson
4b2245232c
Merge pull request #3858 from maximetinu/fix-unreal-plugin-binaries
Fix Unreal Engine plugin binaries on subfolders
2025-06-06 14:58:21 -07:00
Daniel Johnson
0493865add
Merge pull request #3945 from thomasturrell/patch-1
Fixed APT generated tests location
2025-06-06 14:51:37 -07:00
Daniel Johnson
0d1e93f1f4
Merge pull request #3948 from alzee/main
/web/{modules,profiles,themes}/contrib are extends installed by composer…
2025-06-06 14:48:42 -07:00
Daniel Johnson
34a20f44ab
Merge pull request #3962 from nopunin10did/ignore-kicad-6-backups
Update KiCad.gitignore to ignore KiCad 6.0 zip backups
2025-06-06 14:46:03 -07:00
Daniel Johnson
a41cce355f
Merge pull request #3977 from pvaleror/main
Create Katalon.gitignore
2025-06-06 14:43:40 -07:00
Daniel Johnson
bbf1a672b2
Merge pull request #4537 from JawherKl/patch-1
Create Angular.gitignore
2025-06-06 14:36:20 -07:00
Devin Dooley
5aa96a579d
Merge pull request #4661 from github/300-stale-ops-per-run
Increase stale operations per run to 300
2025-06-06 14:24:38 -07:00
Devin Dooley
abfc5f1eb4
Increase stale operations per run to 300 2025-06-06 20:34:35 +00:00
Jawher Kl
6578d74599
Update Angular.gitignore 2025-05-25 16:45:43 +01:00
Jawher Kl
6436b09caf
Create Angular.gitignore 2024-11-12 17:13:55 +01:00
pvaleror
6a72e43229
Create Katalon.gitignore
Compiled config for Katalon Studio
2022-02-16 17:49:43 -05:00
NoPunIn10Did
904b46de13 Update KiCad.gitignore 2022-01-27 13:10:55 -05:00
Al Zee
d419f54401
/web/{modules,profiles,themes}/contrib are extends added via composer, should be ignored 2022-01-14 23:07:23 +08:00
Thomas Turrell-Croft
951e077a3b
Fixed APT generated tests location
By default the APT generated tests location is .apt_generated_tests
2022-01-11 10:22:00 +00:00
Miguel Medina Ballesteros
10fc039716 Fix Unreal Engine plugin binaries on subfolders 2021-10-16 20:26:00 +01:00
6 changed files with 76 additions and 1 deletions

View File

@ -29,3 +29,4 @@ jobs:
exempt-pr-labels: 'keep'
close-issue-reason: not_planned
ascending: true # Sort PRs by last updated date in ascending order
operations-per-run: 300

28
Angular.gitignore Normal file
View File

@ -0,0 +1,28 @@
# Angular specific
/dist/
/out-tsc/
/tmp/
/coverage/
/e2e/test-output/
/.angular/
.angular/
# Node modules and dependency files
/node_modules/
/package-lock.json
/yarn.lock
# Environment files
/.env
# Angular CLI and build artefacts
/.angular-cli.json
/.ng/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@ -25,12 +25,15 @@
/web/vendor
/web/core
/web/modules/README.txt
/web/modules/contrib
/web/profiles/README.txt
/web/profiles/contrib
/web/sites/development.services.yml
/web/sites/example.settings.local.php
/web/sites/example.sites.php
/web/sites/README.txt
/web/themes/README.txt
/web/themes/contrib
/web/.csslintrc
/web/.editorconfig
/web/.eslintignore

View File

@ -48,7 +48,7 @@ local.properties
# Annotation Processing
.apt_generated/
.apt_generated_test/
.apt_generated_tests/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main

40
Katalon.gitignore Normal file
View File

@ -0,0 +1,40 @@
# Katalon Test Suite
# Compiled class file
*.class
*.swp
output
!output/.gitkeep
build
Libs/TempTestCase*
Libs/TempTestSuite*
bin/lib/TempTestCase*
Reports/
\.classpath
\.project
\.settings/
bin/lib/
Libs/
.svn/
.gradle
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

View File

@ -29,3 +29,6 @@ fp-info-cache
# Exported BOM files
*.xml
*.csv
# Archived Backups (KiCad 6.0)
**/*-backups/*.zip