forked from apache/storm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (56 loc) · 803 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
51
52
53
54
55
56
57
58
59
60
61
62
63
.lein-repl-history
/classes
/lib
deploy/lib
.emacs-project
bin/jzmq
.DS_Store
deploy/classes
*.fyc
*.rbc
*.pyc
CHILD
CHILDMAKER
NANNY
\#project.clj\#
.\#project.clj
.lein-failures
_release
*.zip
*.tar.gz
.lein-deps-sum
target
/.project/
/.lein-plugins/
#.*
!/.travis.yml
!/.gitignore
_site
dependency-reduced-pom.xml
metastore_db
build
/docs/javadocs
*.class
# logs
logs
*.log
# Eclipse
.settings/
.project
.classpath
# Intellij
*.iml
*.ipr
*.iws
.idea
# Package Files
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# ignore vagrant files
/integration-test/config/.vagrant/
# Test jars for zip slip
!/storm-server/src/test/resources/evil-path-traversal.jar
!/storm-server/src/test/resources/evil-path-traversal-resources.jar