Merge pull request #3642 from lmajano/master
Addition of ColdBox HMVC Framework
This commit is contained in:
commit
e5379849ad
2 changed files with 49 additions and 0 deletions
25
community/BoxLang/ColdBox.gitignore
Normal file
25
community/BoxLang/ColdBox.gitignore
Normal 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
|
||||
24
community/CFML/ColdBox.gitignore
Normal file
24
community/CFML/ColdBox.gitignore
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue