forked from dotCMS/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
148 lines (129 loc) · 2.79 KB
/
.gitignore
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# config/log files #
######################
bin/*.sh
*.log
.classpath
.settings/*
.project
.idea/
*.iml
*.ipr
*.iws
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# none enterprise stuff should make it here #
#######################################
dotCMS/src/main/enterprise
dotCMS/src/main/enterprise/*
#Temporary Build Migration Ignores
dotCMS/src/main/webapp/html/ng
# Instance Files #
######################
dotCMS/src/main/webapp/WEB-INF/felix/felix-cache
dotCMS/src/main/webapp/WEB-INF/felix/osgi-extra-generated.conf
dotCMS/src/main/webapp/WEB-INF/felix/osgi-extra.conf
dotCMS/src/main/webapp/html/js/tinymce/jscripts/tiny_mce/*.gz
_original
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Build #
######################
libs/test
build/
!dotCMS/src/main/webapp/html/js/dojo/custom-build/build/
out/
dotCMS/src/main/webapp/WEB-INF/generated_web.xml
dotCMS/src/main/webapp/WEB-INF/lib/*.jar
dotCMS/src/main/webapp/WEB-INF/felix/bundle/dot.*.jar
dotCMS/src/main/webapp/WEB-INF/lib/plugin-*.jar
dotCMS/starter.zip
dotCMS/src/integration-test/resources/starter.zip
.ant-targets-build.xml
.gradle/
/*.local.*
dotCMS/src/main/webapp/dotAdmin
dotCMS/src/main/webapp/dotcms-webcomponents
dotCMS/src/main/webapp/dotcms-binary-field-builder
dotCMS/src/main/webapp/dotcms-block-editor
dotCMS/bin/*
dotCMS/classes
WAR/
# Changes after gradle migration #
###############################
/dist/
dist-output/
dotCMS/build/
dotCMS/.gradle/
dotCMS/.settings/
dotCMS/src/main/webapp/WEB-INF/classes/
dotCMS/src/main/webapp/WEB-INF/lib/
dotCMS/src/main/webapp/WEB-INF/velocity/static/plugins/
dotCMS/src/main/webapp/html/plugins/
# immutables.github.io generated folder#
###############################
dotCMS/src/main/generated/
# integration tests reports and logs
###############################
docker/tests/integration/output
docker/tests/integration/license
docker/tests/integration/backup
dot-cicd/
tmp/
/node_modules
/**/node_modules
node_modules/
.github/actions/**/lib/
# compiled output
/core-web/dist
/core-web/dist-lib
/core-web/docs
/core-web/tmp
/core-web/out-tsc
/core-web/karma_html
/core-web/installs
/core-web/target
/core-web/~/dotcms/*
# misc
/core-web/.nx
/core-web/.angular/cache
/core-web/.sass-cache
/core-web/connect.lock
/core-web/coverage
/core-web/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/core-web/typings
karma_html/
dotsecure
# e2e
/core-web/e2e/*.js
/core-web/e2e/*.map
/core-web/storybook
/core-web/out*/
dist-docs/
**/test-reports/
#env
/core-web/**/.env
/**/**/*.css.map
# Auto ignore any developer folder or file backups
*_bak
# Maven
installs/
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties