mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
28 lines
330 B
Plaintext
28 lines
330 B
Plaintext
# 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/**
|