Create ColdBox.gitignore

Add a gitignore for ColdBox apps
This commit is contained in:
Gavin Pickin 2023-10-05 19:13:14 -07:00 committed by GitHub
parent 4488915eec
commit 768f29c100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
ColdBox.gitignore Normal file
View File

@ -0,0 +1,24 @@
# 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/**