Skip to content

Commit 6fb2931

Browse files
committed
Adding ignore file and mkdocs branch
1 parent c968b34 commit 6fb2931

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
/target
15+
/.settings
16+
/.classpath
17+
/.project
18+
/velocity.log
19+
*.bak
20+
.idea/*
21+
bin/*
22+
web/*
23+
*.iml
24+
*.DS_Store
25+
output*

mkdocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ theme:
1010
code: Menlo
1111
favicon: img/graphql.ico
1212
extra_css: ["css/css-override.css"]
13-
repo_url: "https://github.intuit.com/data-orchestration/graphql-orchestrator-java"
13+
repo_url: "https://github.com/intuit/graphql-orchestrator-java"
1414
repo_name: 'graphql-orchestrator-java'
1515
copyright: 'Copyright © 2021 Intuit'
1616

0 commit comments

Comments
 (0)