mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Merge 0694bfe4e7
into d49bd6f0f7
This commit is contained in:
commit
b4cf77e611
27
ColdBox.gitignore
Normal file
27
ColdBox.gitignore
Normal 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/**
|
Loading…
Reference in New Issue
Block a user