Merge pull request #3642 from lmajano/master

Addition of ColdBox HMVC Framework
This commit is contained in:
Daniel Johnson
2025-08-08 13:08:39 -07:00
committed by GitHub
2 changed files with 49 additions and 0 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

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