mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
6 Commits
f267c106fc
...
b4cf77e611
Author | SHA1 | Date | |
---|---|---|---|
|
b4cf77e611 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
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/**
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user