Skip to content

Commit bfdea5f

Browse files
committed
Added .gitignore and .gitattributes
Updated index.html with latest coverage from develop. Resolves utPLSQL/utPLSQL-java-api#43 (cherry picked from commit bd9cb14)
1 parent 95798ab commit bfdea5f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
source_assets export-ignore
4+
index.html export-ignore

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### JetBrains template
3+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5+
# User-specific stuff:
6+
.idea/
7+
*.gz
8+
*.zip
9+
*.log
10+
*.iml

0 commit comments

Comments
 (0)