changed to community contributions

This commit is contained in:
Luis Majano 2025-07-28 11:23:57 +02:00 committed by GitHub
parent 0356fa0bd4
commit 0fc4e3c6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 7 deletions

View File

@ -0,0 +1,25 @@
# Servelet Ignores
WEB-INF
# Engines + Database + CBFS + Secrets
.tmp/**
.env
.engine/**
.cbfs/**
# Logs + Test Results
logs/**
tests/results/**
## Ignored Dependencies
/boxlang_modules/*
effective-pom.xml
/coldbox/**
/testbox/**
/modules/**
/lib/java/**
# NPM JS Assets (If applicable)
**/node_modules/*
npm-debug.log
yarn-error.log

View File

@ -6,20 +6,19 @@ WEB-INF
.env
.engine/**
.cbfs/**
docker/.db/**
# logs + tests
# Logs + Test Results
logs/**
tests/results/**
# npm
**/node_modules/*
npm-debug.log
yarn-error.log
## Ignored Dependencies
effective-pom.xml
/coldbox/**
/testbox/**
/modules/**
/lib/java/**
# NPM JS Assets (If applicable)
**/node_modules/*
npm-debug.log
yarn-error.log