mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 02:01:45 +08:00
Merge pull request #3642 from lmajano/master
Addition of ColdBox HMVC Framework
This commit is contained in:
commit
e5379849ad
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…
Reference in New Issue
Block a user