-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
56 lines (36 loc) · 1.02 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
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.ear
# need by JarUtils in yuzhouwan-common
#*.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Project Files
**/*.iml
.idea/*
.classpath
.project
# Maven
**/target/
# Build
**/out/
**/out/**
# JIT log files
**/logs
# Sorry for copyright
/yuzhouwan-log/yuzhouwan-log-elastic/src/main/resources/es/web/
/yuzhouwan-log/yuzhouwan-log-elastic/src/main/resources/api/suppress.json
/yuzhouwan-common/src/main/resources/html/month_report.png
/yuzhouwan-common/src/main/resources/html/month_report.pdf
/yuzhouwan-bigdata/yuzhouwan-bigdata-hbase/src/main/python/acl/acl.txt
# Too large file size
/yuzhouwan-hacker/src/main/avro/avro-tools-1.8.1.jar
/yuzhouwan-bigdata/yuzhouwan-bigdata-hbase/E:/
# Temporary files
/yuzhouwan-hacker/src/main/resources/security/key.data
/yuzhouwan-hacker/src/main/resources/avro/users.avro
# MacOS
.DS_Store
# Ignore jupyter checkpoint files
**/.ipynb_checkpoints/**/*-checkpoint.ipynb