forked from Alluxio/alluxio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (60 loc) · 1.01 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
**/.port_coordination
**/alluxio-site.properties*
!**/alluxio-site.properties.template
**/nb-configuration*.xml
**/nbproject/
*.iml
*.pyc
*.swo
*.swp
*~
.DS_STORE
.DS_Store
.checkstyle
.classpath
.fbExcludeFilterFile
.idea/
.metadata/
.port_coordination/
.project
.settings/
.java-version
/client/
/conf/alluxio-env.sh
/conf/alluxio-env.sh.bootstrap.bk
/conf/metrics.properties
/conf/rocks-*.ini
/data/
/docs/_site/
/docs/api/
/docs/serve/
/extensions/
/generated/
/integration/docker/*.tar.gz
/journal/
/lib/*.jar
/libexec/version.sh
/logs/
/metastore
/underFSStorage/
/underfs/hdfs/src/main/java/alluxio/UfsConstants.java
/web/
/webui/**/**/build/
/webui/**/**/coverage/
/webui/**/**/dist/
/webui/**/**/docs-static/**/*.d.ts
/webui/**/**/generated/
/webui/**/**/lerna-debug.log
/webui/**/**/lib/
/webui/**/**/node_modules
/webui/**/**/npm-debug.log
/webui/**/**/src/**/*.css
/webui/**/.sass-cache/
/webui/**/lerna-debug.log
/webui/**/node
/webui/**/node_modules
/webui/**/npm-debug.log
\#*#
dependency-reduced-pom.xml
target/
tests.log*