This commit is contained in:
Luis Majano 2025-01-20 17:02:59 +01:00 committed by GitHub
commit b4cf77e611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

27
ColdBox.gitignore Normal file
View File

@ -0,0 +1,27 @@
# General Ignores + IDE
.DS_Store
settings.xml
# Localized Servers
.engine/**
WEB-INF
# Environment File
.env
# Logs
logs/**
# Code Coverage and Test Results
tests/results/**
# NPM Modules
**/node_modules/*
npm-debug.log
yarn-error.log
## ColdBox Dependencies and Modules
coldbox/*
testbox/*
modules/*
modules/**/apidocs/**