forked from apache/fluss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 676 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 676 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
.cache
.classpath
.idea/*
!.idea/vcs.xml
!.idea/icon.png
.metadata
.settings
.project
target
.version.properties
*.class
*.iml
*.swp
*.jar
*.log
*.pyc
build-target
*.ipr
*.iws
dependency-reduced-pom.xml
### VS Code ###
.vscode/
### claude code ###
.claude/
### Mac OS ###
.DS_Store
# website & docs
website/node_modules
website/build
website/.docusaurus
website/.cache-loader
website/.env.local
website/.env.development.local
website/.env.test.local
website/.env.production.local
website/npm-debug.log*
website/yarn-debug.log*
website/yarn-error.log*
website/package-lock.json
website/versioned_docs
website/versioned_sidebars
website/versions.json
website/pnpm-lock.yaml