Skip to content

Commit

Permalink
Use IntelliJ standard directory for run configurations
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Jul 25, 2023
1 parent 1d8bc96 commit 2a68a1b
Show file tree
Hide file tree
Showing 13 changed files with 7 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
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ docs/Gemfile.lock
target/
.classpath
.project
.idea/
.vscode/

# windows
~
~

# IntelliJ
.idea/*
!.idea/runConfigurations/
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 2a68a1b

Please sign in to comment.