Skip to content

Commit e537984

Browse files
authored
Merge pull request #3642 from lmajano/master
Addition of ColdBox HMVC Framework
2 parents 9255d4c + 0fc4e3c commit e537984

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Servelet Ignores
2+
WEB-INF
3+
4+
# Engines + Database + CBFS + Secrets
5+
.tmp/**
6+
.env
7+
.engine/**
8+
.cbfs/**
9+
10+
# Logs + Test Results
11+
logs/**
12+
tests/results/**
13+
14+
## Ignored Dependencies
15+
/boxlang_modules/*
16+
effective-pom.xml
17+
/coldbox/**
18+
/testbox/**
19+
/modules/**
20+
/lib/java/**
21+
22+
# NPM JS Assets (If applicable)
23+
**/node_modules/*
24+
npm-debug.log
25+
yarn-error.log

community/CFML/ColdBox.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Servelet Ignores
2+
WEB-INF
3+
4+
# Engines + Database + CBFS + Secrets
5+
.tmp/**
6+
.env
7+
.engine/**
8+
.cbfs/**
9+
10+
# Logs + Test Results
11+
logs/**
12+
tests/results/**
13+
14+
## Ignored Dependencies
15+
effective-pom.xml
16+
/coldbox/**
17+
/testbox/**
18+
/modules/**
19+
/lib/java/**
20+
21+
# NPM JS Assets (If applicable)
22+
**/node_modules/*
23+
npm-debug.log
24+
yarn-error.log

0 commit comments

Comments
 (0)