1
0
mirror of https://github.com/github/gitignore synced 2025-02-22 10:29:48 +01:00
gitignore/ColdBox.gitignore

25 lines
288 B
Plaintext
Raw Normal View History

# General Ignores + IDE
.DS_Store
settings.xml
WEB-INF
# Engines + Database + CBFS + Secrets
.env
.engine/**
.cbfs/**
build/.db/**
# logs + tests
logs/**
tests/results/**
# npm
**/node_modules/*
npm-debug.log
yarn-error.log
## Ignored Dependencies
/coldbox/**
/testbox/**
/modules/**