mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 08:34:50 -05:00
Merge pull request #3642 from lmajano/master
Addition of ColdBox HMVC Framework
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user