mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Update for COldBox 6 standards
This commit is contained in:
parent
44fda6f85e
commit
0694bfe4e7
@ -1,4 +1,27 @@
|
|||||||
*/config/development
|
# General Ignores + IDE
|
||||||
*/logs/
|
.DS_Store
|
||||||
*/includes/cache/*
|
settings.xml
|
||||||
tmp/*
|
|
||||||
|
# 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/**
|
||||||
|
Loading…
Reference in New Issue
Block a user