-
Notifications
You must be signed in to change notification settings - Fork 73
/
.gitignore
58 lines (49 loc) · 1.4 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
# Don't want to commit object files
**/git.properties
**/build/*
**/target/*
**/upload/*
**/.idea/*
**/bin/*
**/.checkstyle
**/dependency-reduced-pom.xml
**/catalina.home_IS_UNDEFINED
**/apromore-editor.js
Apromore-Core-Components/Apromore-BPMN-Editor/Apromore-BPMN-Editor-Portal/src/main/resources/static/bpmneditor/editor/apromore-editor.js
# IntelliJ IDEA artifacts, see https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
**/.idea/*
**/*.iws
*.iml
# Eclipse IDEA artifacts
**/*.prefs
**/*.project
**/*.gitignore
**/*.classpath
**/dependency-reduced-pom.xml
# macOS Finder artifacts
**/.DS_Store
# Maven artifacts (i.e. object files)
**/pom.xml.versionsBackup
**/target/*
**/.settings/*
**/*.h2.db
**/*.trace.db
# Tomcat artifacts
Apromore-Clients/manager-client/catalina.home_IS_UNDEFINED
Apromore-Core-Components/Apromore-Portal/catalina.home_IS_UNDEFINED
# vi editor artifacts
**/*.swp
# Unpacked application server
Apromore-Assembly/Editor-Repository
Apromore-Assembly/Event-Logs-Repository
Apromore-Assembly/Filestore-Repository
Apromore-Assembly/Lucene-Repository
Apromore-Assembly/Manager-Repository*
Apromore-Assembly/Parquet-Repository
Apromore-Assembly/virgo-tomcat-server-3.6.4.RELEASE
Event-Logs-Repository/
# Ignore Gradle project-specific cache directory
.gradle/
# Ignore Gradle build output directory
**/build/*
application.dev.properties