langchain4j/.gitignore

40 lines
480 B
Plaintext
Raw Normal View History

2023-06-21 00:01:23 +08:00
target/
2023-06-20 23:30:29 +08:00
2023-06-21 00:01:23 +08:00
### IntelliJ IDEA ###
.idea/*
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
2023-06-20 23:30:29 +08:00
2023-06-21 00:01:23 +08:00
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
2023-06-20 23:30:29 +08:00
2023-06-21 00:01:23 +08:00
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
2023-06-20 23:30:29 +08:00
2023-06-21 00:01:23 +08:00
### VS Code ###
.vscode/
2023-06-20 23:30:29 +08:00
2023-06-21 00:01:23 +08:00
### Mac OS ###
.DS_Store
### .env files contain local environment variables ###
.env