-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 850 Bytes
/
.gitignore
File metadata and controls
51 lines (51 loc) · 850 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
47
48
49
50
51
**/*.iml
**/*.so
**/*db2jcc4.jar
**/*dxp-license-*.xml
**/*hotfix*.zip
**/*mssql-jdbc-12.10.1.jre11.jar
**/*xuggle-xuggler-5.4.jar
**/.classpath
**/.ivy
**/.project
**/.sass-cache
**/.settings
**/.web_bundle_build
**/activation-key-*.xml
**/bin
**/build
**/build_gradle
**/dist
**/node_modules
**/node_modules_cache
**/*server.crt
**/*server.key
**/settings.local.json
**/test-coverage
**/tmp
.DS_Store
.env
.gradle
.idea
keystore.p12
/bundles
/containerLogs
/data/*
/dumps/*
/exported_data
/exports
/gradle-*.properties
/helper/data
/helper/dumps
/plugins-sdk/**/classes
/plugins-sdk/**/ivy.xml.MD5
/plugins-sdk/**/liferay-hook.xml.processed
/plugins-sdk/build.*.properties
/plugins-sdk/dependencies/**/*.jar
/plugins-sdk/dist
/plugins-sdk/lib
/scripts/cli/dependencies
/scripts/tests/resources/
/shared_workspaces
test-results
testDependencies/**/*