mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Update ColdBox.gitignore
This commit is contained in:
parent
0694bfe4e7
commit
18e38e6b36
@ -1,27 +1,25 @@
|
||||
# General Ignores + IDE
|
||||
.DS_Store
|
||||
settings.xml
|
||||
|
||||
# Localized Servers
|
||||
.engine/**
|
||||
# Servelet Ignores
|
||||
WEB-INF
|
||||
|
||||
# Environment File
|
||||
# Engines + Database + CBFS + Secrets
|
||||
.tmp/**
|
||||
.env
|
||||
.engine/**
|
||||
.cbfs/**
|
||||
docker/.db/**
|
||||
|
||||
# Logs
|
||||
# logs + tests
|
||||
logs/**
|
||||
|
||||
# Code Coverage and Test Results
|
||||
tests/results/**
|
||||
|
||||
# NPM Modules
|
||||
# npm
|
||||
**/node_modules/*
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
## ColdBox Dependencies and Modules
|
||||
coldbox/*
|
||||
testbox/*
|
||||
modules/*
|
||||
modules/**/apidocs/**
|
||||
## Ignored Dependencies
|
||||
effective-pom.xml
|
||||
/coldbox/**
|
||||
/testbox/**
|
||||
/modules/**
|
||||
/lib/java/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user