forked from apache/paimon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (48 loc) · 705 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (48 loc) · 705 Bytes
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
### OS ###
.DS_Store
### IDE ###
# IntelliJ IDEA
.idea/*
!.idea/vcs.xml
!.idea/icon.png
*.iml
*.ipr
*.iws
paimon-python/.idea/
# VS Code
.vscode/
# Eclipse
.classpath
.metadata
.project
.settings
### AI Assistants ###
.claude
.cursor
.qoder
### Java / Maven ###
target
dependency-reduced-pom.xml
metastore_db/
*.class
*.jar
!**/resources/**/*.jar
*.log
.java-version
.version.properties
### Python ###
*.pyc
paimon-python/dist/
paimon-python/*.egg-info/
paimon-python/dev/log
paimon-spark/paimon-spark-ut/PaimonLambdaFunctionfunction_test.java
### Misc ###
*.swp
.cache
### Rust ###
Cargo.lock
### Vortex lib ###
*libvortex_jni*
### Full-text lib ###
*libpaimon_ftindex_jni*
*libpaimon_ftindex_ffi*