.GITIGNORE 파일 확장자

Git Ignore File

개발사 Git
인기도
3.7  |  56 투표
 

GITIGNORE 파일이란 무엇인가요?

A GITIGNORE file is a settings file used by Git, a version control system that allows developers to track source code changes. It contains a list of files that should not be included in the source code repository. GITIGNORE files help developers exclude unwanted items such as hidden operating system files (e.g., .DS_Store and Thumbs.db), temporary files, and project outputs.

추가 정보

Microsoft Visual Studio Code에서 열린 .gitignore 파일의 스크린샷
Microsoft Visual Studio Code에서 열린 GITIGNORE 파일

GITIGNORE files are standard for all projects tracked with Git, and they use the name .gitignore with no filename prefix. Most often, developers include a single .gitignore file in the project's root directory which specifies all exclusions for the project. However, additional .gitignore files may be placed in subdirectories to apply directory-specific exclusions as well.

Many GITIGNORE templates exist on the web and with developer IDEs, which help bootstrap Git projects for different programming languages and technology stacks. For example, GitHub provides several templates on the gitignore project page.

GITIGNORE 파일을 여는 방법

You can open and edit GITIGNORE files with any text editor. Source code editors, such as Microsoft Visual Studio Code, provide syntax highlighting to assist with editing.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

GITIGNORE 파일을 열거나 참조하는 프로그램

All Platforms
Windows
무료
Mac
무료
Linux
무료
카테고리: 개발자
업데이트: 2024-09-10

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Git Ignore 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.