forked from databrickslabs/remorph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (74 loc) · 1.52 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.venv
.DS_Store
*.pyc
__pycache__
dist
.idea
/htmlcov/
*.iml
target/
<<<<<<< HEAD
.coverage*
coverage.*
*.iws
/core/gen/
/antlrlinter/gen/
*.tokens
spark-warehouse/
=======
<<<<<<< HEAD
.coverage
.coverage.*
coverage.*
*.iws
/core/gen/
<<<<<<< HEAD
<<<<<<< HEAD
/antlrlinter/gen/
*.tokens
spark-warehouse/
<<<<<<< HEAD
>>>>>>> databrickslabs-main
remorph_transpile/
/linter/gen/
/linter/src/main/antlr4/library/gen/
.databricks-login.json
/core/src/main/antlr4/com/databricks/labs/remorph/parsers/*/gen/
<<<<<<< HEAD
=======
=======
.coverage*
coverage.*
*.iws
<<<<<<< HEAD
>>>>>>> d5d174bf (Adding Maven and Scala build infra (#193))
=======
/core/gen/
>>>>>>> 387796ff (Added grammars and intermediate representation (#230))
=======
*.tokens
>>>>>>> b410d42f (Implement basic arithmetic and bitwise operators (#295))
=======
remorph_transpile/
>>>>>>> 7b18a32a ([internal] Port subset of Apache Spark's Catalyst into remorph-core IR (#704))
=======
/antlrlinter/gen/
*.tokens
spark-warehouse/
remorph_transpile/
<<<<<<< HEAD
>>>>>>> 4a818601 ( Implement ANTLR4 grammar customized linter (#797))
=======
/linter/gen/
/linter/src/main/antlr4/library/gen/
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 6f0987ee (TSQL: Resolve orphaned grammar rules / grammar cleanup (#802))
=======
.databricks-login.json
>>>>>>> 9782fb3c ([internal] added JVM command proxy in development mode (#843))
=======
.databricks-login.json
/core/src/main/antlr4/com/databricks/labs/remorph/parsers/*/gen/
>>>>>>> c6baa47b (Generic stored procedure parsing (#1047))
>>>>>>> databrickslabs-main