github-gitignore/ColdBox.gitignore
2025-06-09 14:12:12 +02:00

26 lines
300 B
Plaintext

# Servelet Ignores
WEB-INF
# Engines + Database + CBFS + Secrets
.tmp/**
.env
.engine/**
.cbfs/**
docker/.db/**
# logs + tests
logs/**
tests/results/**
# npm
**/node_modules/*
npm-debug.log
yarn-error.log
## Ignored Dependencies
effective-pom.xml
/coldbox/**
/testbox/**
/modules/**
/lib/java/**