> 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/ko/knowledge-base/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` 파일은 업로드 전에 로컬 프로젝트에서 제거할 것을 권장합니다. 최신 PDF는 "Recompile button" 근처의 "Download PDF" 버튼을 클릭하거나, 또는 왼쪽 상단의 Overleaf 메뉴를 클릭한 다음 "Download PDF"를 선택하여 다운로드할 수 있습니다.

### Overleaf에 ZIP 파일을 업로드하기 전에 제거해야 할 로컬 프로젝트 파일

다음 파일 확장자는 컴파일 과정에서 생성되는 보조 파일이며, Overleaf에 업로드하기 전에 프로젝트 파일 목록에서도 제거해야 합니다:

* `*.aux` (다음 패키지를 사용하지 않는 한 `xr` 패키지)
* 목차, 그림/표 목록:`*.toc`, `*.lof`, `*.lot`
* 참고문헌 및 인용 보조 및 출력 파일 `*.bbl` (다음 경우가 아니라면 *작동하지* 다음을 사용하여 `.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/ko/knowledge-base/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.
