개발자 도구

.gitignore 생성기

어떤 스택에도 맞는 .gitignore 파일 생성 — 30가지 이상의 언어, 프레임워크, IDE, OS 중 선택

Select Technologies

Pick all the technologies used in your project

.gitignore Generator

Generate .gitignore files for any technology stack — Node.js, Python, React, Go, Java, .NET, and 30+ more. Keep build artifacts, secrets, and editor files out of your git repository.

FAQ

What is a .gitignore file?

A .gitignore file tells git which files and folders to ignore — not track, stage, or commit. Typically includes node_modules/, build/, .env, and editor config files.

My file is already tracked — will .gitignore untrack it?

No. .gitignore only prevents untracked files from being added. To stop tracking an already-committed file, run: git rm --cached filename

Can I have multiple .gitignore files?

Yes. Git looks for .gitignore in every directory. A .gitignore in a subdirectory only applies to files in that directory.

필요한 게 없나요?

커뮤니티 피드백으로 무료 도구를 만듭니다. 워크플로에 필요한 도구를 제안해 주세요!

.gitignore 생성기 — 무료 도구 온라인 | FreeTool24 | FreeTool24