mirror of
https://github.com/github/gitignore
synced 2025-02-22 10:29:48 +01:00
25 lines
288 B
Plaintext
25 lines
288 B
Plaintext
![]() |
# 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/**
|