# Atom

## 配置技巧

### 显示.gitignore文件

不知道从哪个版本开始，Atom默认不显示.gitignore中忽略掉的文件。通过以下方法可以显示：

设置中->`Packages`，搜索`tree-view`，点`Settings`，取消勾选`Hide VCS Ignored Files`

![](/files/-LAQtnr0zfEVQfsEFoB6)


---

# 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://doc.tanmer.cn/gong-ju-ruan-jian/atom.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.
