forked from Ortus-Solutions/ContentBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·46 lines (39 loc) · 753 Bytes
/
.gitignore
File metadata and controls
executable file
·46 lines (39 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Global Ignores
.DS_Store
.sass-cache
.settings/**
settings.xml
.project
*.cache.*
.idea
web.config
"Icon\r"
WEB-INF/**
.vscode/*
# Build Dependencies
artifacts/**
build/build.number
build/apidocs/docbox
build/resources/WEB-INF/*
build/build-contentbox/**
build/build-forgebox/**
build/dependencies
# Global Dependencies
logs/**
coldbox/*
testbox/*
**/node_modules/**
**/bower_components/**
# Runtime Properties
config/runtime.properties.cfm
# Engines
.engines
# Module Dependencies
modules/contentbox/themes/default/bower_components
modules/contentbox/themes/default/node_modules
# ContentBox Dependency Modules
modules/contentbox/modules/contentbox-deps/modules/*
# Testing
/tests/**/logs/**
/tests/test-results/*
tests/resources/patches/tmp/