Skip to content

Commit

Permalink
Merge pull request #2913 from nscuro/intellij-config
Browse files Browse the repository at this point in the history
Use IntelliJ standard directory for run configurations, and add project icon
  • Loading branch information
nscuro authored Jul 25, 2023
2 parents cb90cb5 + bf2d848 commit 924a007
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 5 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.github/
.idea/
.run/
docs/
scripts/
src/
Expand Down
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ docs/Gemfile.lock
target/
.classpath
.project
.idea/
.vscode/

# windows
~
~

# IntelliJ
.idea/*
!.idea/icon.svg
!.idea/runConfigurations/
15 changes: 15 additions & 0 deletions .idea/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are a few things you'll need on your journey:
* Docker (optional)

> We provide common [run configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html) for IntelliJ
> in the [`.run`](./.run) directory for convenience. IntelliJ will automatically pick those up when you open this repository.
> in the [`.idea/runConfigurations`](./.idea/runConfigurations) directory for convenience. IntelliJ will automatically pick those up when you open this repository.
## Core Technologies

Expand Down Expand Up @@ -84,7 +84,7 @@ mvn jetty:run -P enhance -Dlogback.configurationFile=src/main/docker/logback.xml
> Note that the `bundle-ui` profile has no effect using this method.
> It works only for the API server, not the bundled distribution.
The above command is also suitable for debugging. For IntelliJ, simply *Debug* the [Jetty](./.run/Jetty.run.xml) run configuration.
The above command is also suitable for debugging. For IntelliJ, simply *Debug* the [Jetty](./.idea/runConfigurations/Jetty.run.xml) run configuration.

### Inspecting the database

Expand Down

0 comments on commit 924a007

Please sign in to comment.