# idea开发配置

### 1.idea 快速删除所有空行

用ctrl+r进行内容替换，使用正则表达式，用^\s\*\n 替换 空即可

### 2.project目录忽略文件配置

#### 开启忽略设置

* 打开 Settings（Windows/Linux 系统通过 File -> Settings 进入；macOS 系统通过 IntelliJ IDEA -> Preferences 进入）。
* 导航到 Editor -> File Types。

#### 添加忽略模式

* 在 Ignored files and folders 字段中添加 \*.flattened-pom.xml。
* 点击 Apply 或 OK 保存设置。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/kai-fa-kuang-jia-he-gong-ju/idea-kai-fa-pei-zhi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
