สร้าง .gitignore
สร้างไฟล์ .gitignore สำหรับ stack ใดๆ — เลือกจาก 30+ ภาษา เฟรมเวิร์ก IDE และระบบปฏิบัติการ
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 พร้อม syntax highlighting
เข้ารหัส/ถอดรหัส Base64
เข้ารหัสข้อความเป็น Base64 และถอดรหัสสตริง Base64
เข้ารหัส/ถอดรหัส URL
เข้ารหัสและถอดรหัสส่วนประกอบ URL และ query strings
สร้าง UUID
สร้างตัวระบุ UUID v4 แบบสุ่ม
สร้าง Hash
สร้างแฮช MD5, SHA-1, SHA-256 และ SHA-512 จากข้อความ
ทดสอบ Regex
ทดสอบและดีบัก regular expressions พร้อมไฮไลท์การจับคู่
ถอดรหัส JWT
ถอดรหัสและตรวจสอบ header และ payload ของ JWT token
จัดรูปแบบ HTML
จัดรูปแบบโค้ด HTML พร้อมการเยื้องที่เหมาะสม