-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (44 loc) · 759 Bytes
/
.gitignore
File metadata and controls
48 lines (44 loc) · 759 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
target/
!.mvn/wrapper/maven-wrapper.jar
logs
LOG_HOME_IS_UNDEFINED
CATALINA_BASE_IS_UNDEFINED
temp
work
cert/*.lic
.DS_Store
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
.gitlab-ci.yml
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### Core Refactoring: Temporary Files ###
migrate-to-core-base.sh
migrate-remaining-modules.sh
core/pom.xml.backup
core/pom.xml.aggregator
CORE_MODULE_REFACTORING_PLAN.md
CORE_REFACTORING_SUMMARY.md
CORE_AGGREGATION_GUIDE.md
CORE_AGGREGATION_EXECUTION_GUIDE.md
MIGRATION_GUIDE_PHASE1.md
IMPLEMENTATION_REPORT.md
FINAL_COMPLETION_REPORT.md
P0_ISSUES_FIX_SUMMARY.md
ARCHITECTURE_REVIEW_REPORT.md
NEXT_STEPS.md