mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-08-13 13:03:29 +00:00
* Migrate build to Spring Develocity Conventions extension. * Adopt Develocity environment variables. Closes #2944
36 lines
379 B
Plaintext
36 lines
379 B
Plaintext
.DS_Store
|
|
*.graphml
|
|
.springBeans
|
|
|
|
atlassian-ide-plugin.xml
|
|
|
|
## Ignore svn files
|
|
.svn
|
|
|
|
## ignore any target dir
|
|
target
|
|
|
|
## Ignore project files created by Eclipse
|
|
.settings
|
|
.project
|
|
.classpath
|
|
|
|
## Ignore project files created by IntelliJ IDEA
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea
|
|
/.env
|
|
|
|
|
|
/zap.env
|
|
/localdocker.env
|
|
.localdocker-env
|
|
|
|
build/
|
|
node_modules
|
|
node
|
|
package-lock.json
|
|
|
|
.mvn/.develocity
|