Skip to content

Commit 49abd86

Browse files
committed
initial
0 parents  commit 49abd86

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/target/
2+
3+
# Eclipse and Maven
4+
.classpath
5+
.project
6+
# .settings : we need Eclipse settings for code formatter and clean-up rules
7+
target
8+
.cache
9+
dependency-reduced-pom.xml
10+
11+
# Intellij
12+
.idea
13+
# Intellij recommends to share iml files, however, better don't share files which might be outdated
14+
*.iml
15+
16+
# Integration tests
17+
src/test/resources/integration/driver/hive/*.jar
18+
src/test/resources/integration/driver/oracle/*.jar
19+
src/test/resources/integration/driver/oracle/*.zip
20+
21+
# Others
22+
.DS_Store
23+
*.swp
24+
local
25+
Scripts
26+
.dbeaver*
27+
**/*.log
28+
.directory
29+
venv/

0 commit comments

Comments
 (0)