1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Update for COldBox 6 standards

This commit is contained in:
Luis Majano 2021-02-04 13:21:22 -06:00 committed by GitHub
parent 44fda6f85e
commit 0694bfe4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,27 @@
*/config/development
*/logs/
*/includes/cache/*
tmp/*
# 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/**