> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ja/narejjibsu/161-which-file-types-should-not-be-uploaded-to-overleaf.md).

# Overleafにアップロードすべきでないファイル形式はどれですか？

Overleaf にアップロードして新しいプロジェクトを作成するために、ローカルプロジェクトのファイルを .zip ファイルにまとめる前に、それらのファイル／ファイル形式のどれもが Overleaf の LaTeX コンパイル／ビルド処理と競合しないことを確認する必要があります。

### ZIP ファイルをアップロードする前に…

アップロードした .zip ファイルに含まれている場合 `main.tex` ファイルと `main.pdf` ファイルがある場合、Overleaf プロジェクトに表示される「main.pdf」ファイルは *ファイル一覧* 常に、あなたが *アップロードされた* プロジェクトにアップロードしたファイルです—プロジェクトで作業した内容を表示するようには更新されません。つまり、ユーザーによってアップロードされたため「入力ファイル」と見なされます。

混乱を避けるため、ローカルプロジェクトのメイン `.tex` ファイルはアップロード前にローカルプロジェクトから削除することをおすすめします。「Recompile」ボタンの近くにある「Download PDF」ボタンをクリックして最新の PDF をダウンロードできます。あるいは、左上の Overleaf メニューをクリックしてから「Download PDF」を選択してください。

### Overleaf に ZIP ファイルをアップロードする前に削除するローカルプロジェクトのファイル

以下のファイル拡張子はコンパイル処理によって生成される補助ファイルであり、Overleaf にアップロードする前にプロジェクトのファイル一覧から削除する必要があります:

* `*.aux` （ただし、 `xr` パッケージを使用している場合を除く）
* 目次、図表一覧:`*.toc`, `*.lof`, `*.lot`
* 参考文献と引用の補助・出力ファイル `*.bbl` （ただし、 *含まれていません* 9 個の特殊記号からなる `.bib` ファイルを使い、 `.bbl` のみ）、 `*.bcf`, `*.blg`
* Beamer の補助ファイル `*.snm`, `*.out`, `*.nav`, `*.vrb`
* 用語集／命名法／略語集 `*.ind`, `*.ilg`,`*.ist` （それがあなたのカスタム索引スタイルファイルでない限り）、 `*.glg`,`*.gls`, `*.glo`, `*.acn`, `*.acr`, `*.alg`
* SyncTeX ファイル `*.synctex.gz`
* `latexmk` 補助ファイル`*.run.xml`, `*.fls`
* さまざまなパッケージによって作成されるその他の生成ファイル拡張子。

これらのファイルを手動でプロジェクト一覧にアップロードすると、ビルドツールで問題が発生する可能性があります。特に `*.run.xml`!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/ja/narejjibsu/161-which-file-types-should-not-be-uploaded-to-overleaf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
