Skip to content

Commit

Permalink
Added .gitignore and .gitattributes
Browse files Browse the repository at this point in the history
Updated index.html with latest coverage from develop.
Resolves utPLSQL/utPLSQL-java-api#43

(cherry picked from commit bd9cb14)
  • Loading branch information
jgebal committed Feb 9, 2018
1 parent 95798ab commit bfdea5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
source_assets export-ignore
index.html export-ignore
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/
*.gz
*.zip
*.log
*.iml

0 comments on commit bfdea5f

Please sign in to comment.