-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (33 loc) · 969 Bytes
/
.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
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# any packs that would be included
*.exe
*.tar.gz
*.zip
# IntelliJ IDEA
.idea/
*.iml
rat.txt
# exclude everything
**/files/*
# exception to the rule
!**/files/.gitkeep
# For integrator-analytics
docker-compose/integrator-analytics/mysql/data/*
!docker-compose/integrator-analytics/mysql/data/.gitkeep
# For integrator-bps-analytics
docker-compose/integrator-bps-analytics/mysql/data/*
!docker-compose/integrator-bps-analytics/mysql/data/.gitkeep
# For integrator-broker-analytics
docker-compose/integrator-broker-analytics/mysql/data/*
!docker-compose/integrator-broker-analytics/mysql/data/.gitkeep
# For integrator-broker-bps-analytics
docker-compose/integrator-broker-bps-analytics/mysql/data/*
!docker-compose/integrator-broker-bps-analytics/mysql/data/.gitkeep