mirror of
https://github.com/github/gitignore.git
synced 2026-09-01 04:37:09 +02:00
Compare commits
6 Commits
9255d4cfe4
...
e5379849ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5379849ad | ||
|
|
0fc4e3c6da | ||
|
|
0356fa0bd4 | ||
|
|
18e38e6b36 | ||
|
|
0694bfe4e7 | ||
|
|
44fda6f85e |
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