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:
parent
44fda6f85e
commit
0694bfe4e7
@ -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/**
|
||||
|
Loading…
Reference in New Issue
Block a user