mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
3 Commits
b4cf77e611
...
f267c106fc
Author | SHA1 | Date | |
---|---|---|---|
|
f267c106fc | ||
|
0694bfe4e7 | ||
|
44fda6f85e |
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