-
Notifications
You must be signed in to change notification settings - Fork 480
Expand file tree
/
Copy path.gitignore
More file actions
218 lines (184 loc) · 4.35 KB
/
.gitignore
File metadata and controls
218 lines (184 loc) · 4.35 KB
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# config/log files #
######################
bin/*.sh
*.log
.classpath
.settings/*
.project
.idea/
*.iml
*.ipr
*.iws
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
# Allow core-web VSCode settings
!core-web/.vscode/
!core-web/.vscode/**
# 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/*
# Yarn
/core-web/.yarn/*
/core-web/.pnp.*
/core-web/.pnp**
!/core-web/.yarn/cache
!/core-web/.yarn/releases
!/core-web/.yarn/plugins
!/core-web/.yarn/sdks
!/core-web/.yarn/versions
# Stencil-generated types (regenerated on every build; causes CI "changes during build" failure if tracked)
/core-web/libs/dotcms-webcomponents/src/components.d.ts
# 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/
/core-web/apps/dotcms-ui-e2e/playwright-report
/core-web/apps/dotcms-ui-e2e/test-results
/core-web/apps/dotcms-ui-e2e/test-results/junit.xml
/core-web/apps/dotcms-ui-e2e/target
#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
.flattened-pom.xml
/dependencies.txt
/updates.txt
environments/**/user*.properties
dotlicense/license.dat
# Prevent acidental commits of files that shouldn't be committed
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/src/main/webapp/WEB-INF/classes
# allow build to cache files that are not removed on clean e.g. spotless index
.cache
# prevent old files from other branches getting into the source
dotCMS/settings.gradle
dotCMS/dependencies.gradle
!/examples/nextjs/.npmrc
.nx/
.cursorrules
.cursorignore
# Vite config timestamp files
**/*vite.config*.timestamp*
**/*vitest.config*.timestamp*
# Examples package-lock.json
examples/nextjs/package-lock.json
examples/angular/package-lock.json
examples/astro/package-lock.json
# core-web uses yarn, ignore npm lock file
/core-web/package-lock.json
local/
**/.yalc/
# Claude Code diagnostic outputs
.claude/diagnostics/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
*.egg
.venv/