forked from vert-x3/vertx-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (36 loc) · 1.03 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
*.log
.DS_Store
.gradle
.classpath
.project
.settings
.idea
.vertx
.yardoc
.yardopts
bin
build
target
out
test-output
Scratch.java
ScratchTest.java
test-results
test-tmp
*.iml
*.class
src/gen
src/main/groovy/io/vertx/groovy/core/**/*.groovy
src/test/groovy/io/vertx/groovy/codegen/**/*.groovy
openshift-example/quickstart-diy/application/*.jar
openshift-example/vertx-cartridge/application/*.jar
web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/sockjs-client
/web-examples/src/main/java/io/vertx/example/web/react/webroot/dist
web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/vertx3-eventbus-client
web-examples/src/main/java/io/vertx/example/web/vertxbus/commonjs/webroot/node_modules
web-examples/src/main/java/io/vertx/example/web/vertxbus/node/node_modules
web-examples/src/main/java/io/vertx/example/web/vertxbus/webpack/client/node_modules
web-examples/src/main/java/io/vertx/example/web/react/node_modules
service-proxy-examples/service-provider/node-client/node_modules
openshift2-example/**/*.jar
node_modules