Browse Source

Use correct product name for IntelliJ IDEA

pull/35957/head
Stéphane Nicoll 4 months ago
parent
commit
47f65b3dff
  1. 2
      .gitignore
  2. 2
      CONTRIBUTING.md
  3. 2
      import-into-eclipse.md
  4. 0
      import-into-intellij-idea.md

2
.gitignore vendored

@ -38,7 +38,7 @@ bin
.springBeans .springBeans
spring-*/src/main/java/META-INF/MANIFEST.MF spring-*/src/main/java/META-INF/MANIFEST.MF
# IDEA artifacts and output dirs # IntelliJ IDEA artifacts and output dirs
*.iml *.iml
*.ipr *.ipr
*.iws *.iws

2
CONTRIBUTING.md

@ -120,7 +120,7 @@ source code into your IDE.
The wiki pages The wiki pages
[Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and [Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and
[IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings) [IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings)
define the source file coding standards we use along with some IDEA editor settings we customize. define the source file coding standards we use along with some IntelliJ editor settings we customize.
### Reference Docs ### Reference Docs

2
import-into-eclipse.md

@ -54,4 +54,4 @@ _When instructed to execute `./gradlew` from the command line, be sure to execut
In any case, please do not check in your own generated `.classpath` file, `.project` In any case, please do not check in your own generated `.classpath` file, `.project`
file, or `.settings` folder. You'll notice these files are already intentionally in file, or `.settings` folder. You'll notice these files are already intentionally in
`.gitignore`. The same policy holds for IDEA metadata. `.gitignore`. The same policy holds for IntelliJ IDEA metadata.

0
import-into-idea.md → import-into-intellij-idea.md

Loading…
Cancel
Save