.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.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化