1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00
gitignore/ColdBox.gitignore
Gavin Pickin 768f29c100
Create ColdBox.gitignore
Add a gitignore for ColdBox apps
2023-10-05 19:13:14 -07:00

25 lines
288 B
Plaintext

# 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/**