mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Create ColdBox.gitignore
Add a gitignore for ColdBox apps
This commit is contained in:
parent
4488915eec
commit
768f29c100
24
ColdBox.gitignore
Normal file
24
ColdBox.gitignore
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# General Ignores + IDE
|
||||||
|
.DS_Store
|
||||||
|
settings.xml
|
||||||
|
WEB-INF
|
||||||
|
|
||||||
|
# Engines + Database + CBFS + Secrets
|
||||||
|
.env
|
||||||
|
.engine/**
|
||||||
|
.cbfs/**
|
||||||
|
build/.db/**
|
||||||
|
|
||||||
|
# logs + tests
|
||||||
|
logs/**
|
||||||
|
tests/results/**
|
||||||
|
|
||||||
|
# npm
|
||||||
|
**/node_modules/*
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
|
## Ignored Dependencies
|
||||||
|
/coldbox/**
|
||||||
|
/testbox/**
|
||||||
|
/modules/**
|
Loading…
Reference in New Issue
Block a user