forked from dotCMS/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (70 loc) · 1.77 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
# config/log files #
######################
bin/*.sh
*.log
.classpath
.settings/*
.project
.idea/
.vscode
*.iml
*.ipr
*.iws
# 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/bin/*
dotCMS/classes
# 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/