forked from vmware-archive/hillview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
85 lines (73 loc) · 1.63 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.class
__pycache__
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
spark-*
hdfs-folders
hadoop-*
target/
cpp/main
data/code
data/passport
# Idea files
# see https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
.idea
*/.idea/workspace.xml
*/.idea/tasks.xml
*/.idea/copyright
*/.idea/libraries
*/.idea/uiDesigner.xml
*/.idea/codeStyles
platform/platform.iml
web/web.iml
hillview.iml
TAGS
*.log
*.log.*
hillview.redo
*.log.lck
*.log.lck.*
out
apache-tomcat-*
web/classes
# Generated by webpack
web/src/main/webapp/ui/*.js
web/src/main/webapp/dataViews/*.js
*.js.map
web/src/main/webapp/toplevel.js
web/src/main/webapp/datasetView.js
web/src/main/webapp/schemaClass.js
web/src/main/webapp/bundle.js
web/src/main/webapp/dataset.js
web/src/main/webapp/columnConverter.js
web/src/main/webapp/distinctStrings.js
web/src/main/webapp/initialObject.js
web/src/main/webapp/rpc.js
web/src/main/webapp/tableTarget.js
web/src/main/webapp/controlMenu.js
web/src/main/webapp/hillview.js
web/src/main/webapp/javaBridge.js
web/src/main/webapp/util.js
web/src/main/webapp/loadMenu.js
web/src/main/webapp/test.js
web/src/main/webapp/node_modules/
web/.idea/typescript-compiler.xml
web/.idea/vcs.xml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# data which is too big to put into git
data/ontime/On_Time_On_Time*
data/ontime/2016_*.csv
data/mnist.csv
data/mnist.schema
data/segmentation.csv
data/segmentation.readme
*.DS_Store
# Configuration for various clusters
bin/config-*.py
# Hosts file for ansible
deployment/hosts