Skip to content

Commit 2045f58

Browse files
committed
1111
1 parent f955994 commit 2045f58

1 file changed

Lines changed: 26 additions & 16 deletions

File tree

.gitignore

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,46 @@
1-
.cache
2-
.classpath
1+
### IDE ###
32
.idea/*
43
!.idea/vcs.xml
54
!.idea/icon.png
5+
*.iml
6+
*.ipr
7+
*.iws
8+
.vscode/
9+
.classpath
610
.metadata
711
.settings
812
.project
13+
paimon-python/.idea/
14+
paimon-lucene/.idea/
15+
16+
### AI Assistants ###
17+
.qoder
18+
.cursor
19+
.claude
20+
21+
### OS ###
22+
.DS_Store
23+
24+
### Java / Maven ###
925
target
10-
.version.properties
1126
*.class
12-
*.iml
13-
*.swp
1427
*.jar
1528
!**/resources/**/*.jar
1629
*.log
17-
*.pyc
18-
*.ipr
19-
*.iws
20-
.java-version
2130
dependency-reduced-pom.xml
2231
metastore_db/
23-
paimon-python/.idea/
32+
.java-version
33+
.version.properties
34+
35+
### Python ###
36+
*.pyc
2437
paimon-python/dist/
2538
paimon-python/*.egg-info/
2639
paimon-python/dev/log
27-
paimon-lucene/.idea/
28-
29-
### VS Code ###
30-
.vscode/
3140

32-
### Mac OS ###
33-
.DS_Store
41+
### Misc ###
42+
.cache
43+
*.swp
3444

3545
### Native build artifacts ###
3646
paimon-faiss/paimon-faiss-jni/build/

0 commit comments

Comments
 (0)