forked from redis/redis-om-spring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (39 loc) · 838 Bytes
/
.gitignore
File metadata and controls
47 lines (39 loc) · 838 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
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
/target/
redis-om-spring/target/
/data
### VS Code ###
.vscode/
### Eclipse ###
bin/
tmp/
/.apt_generated_tests/
.settings/
.project
### IDEA ###
.idea
.run/*
### Mac ###
**/.DS_Store
redis-om-spring/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
redis-om-spring/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
# spelling
*.dic
/demos/roms-vss/src/main/resources/static/product-images/
/CLAUDE.md
docs/node_modules/
docs/node/
docs/build/
# Generated Javadoc documentation (build artifacts)
docs/content/modules/ROOT/attachments/javadoc/
docs/content/modules/ROOT/assets/javadoc/
**/.claude/settings.local.json
/out/
build/
.gradle/
compile_debug.log
docs/.cache/*