Tagged articles

Gitignore

12 articles · Page 1 of 1
Coder Trainee
Coder Trainee
Jul 17, 2026 · Fundamentals

Why Every Developer Must Master Git: From Basics to Practice (Part 1)

This article introduces Git by explaining its evolution, core advantages, key concepts such as the three work areas, file states and object types, and provides practical command examples, commit conventions, .gitignore setup, common pitfalls, and a preview of the next part on branching strategies.

Commit ConventionsDistributed VCSGit
0 likes · 7 min read
Why Every Developer Must Master Git: From Basics to Practice (Part 1)
Code of Duty
Code of Duty
Jun 13, 2026 · Fundamentals

Git Series Summary & Learning Roadmap: Managing Code and Team Collaboration

This article summarizes a comprehensive Git series that goes beyond command lists to teach development habits, collaboration logic, and a step‑by‑step learning roadmap covering initial commits, .gitignore, branching, rebasing, pull requests, conflict resolution, and the deeper value of version history for teams.

GitGitignoreTeam Collaboration
0 likes · 11 min read
Git Series Summary & Learning Roadmap: Managing Code and Team Collaboration
Code of Duty
Code of Duty
May 14, 2026 · Fundamentals

Stop Misusing .gitignore: Rules, Pitfalls, and Best Practices Explained

This guide explains what .gitignore does, shows common syntax and examples, highlights frequent mistakes such as ignoring already‑tracked or sensitive files, and provides practical best‑practice recommendations and command‑line tools to keep repositories clean and secure.

Gitignorebest practicesrepository hygiene
0 likes · 12 min read
Stop Misusing .gitignore: Rules, Pitfalls, and Best Practices Explained
Code Mala Tang
Code Mala Tang
Jul 21, 2025 · Fundamentals

Why .DS_Store Keeps Appearing in Git and How to Remove It

This article explains what the hidden macOS .DS_Store file is, why it shows up in Git status, and provides step‑by‑step commands—including .gitignore usage and git rm --cached—to stop Git from tracking it permanently.

.DS_StoreGitGitignore
0 likes · 4 min read
Why .DS_Store Keeps Appearing in Git and How to Remove It
DevOps Cloud Academy
DevOps Cloud Academy
Mar 24, 2025 · Information Security

Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python

This article explains how to safeguard sensitive configuration data such as database credentials and API keys by using .gitignore, environment variables, secret management tools, and AES encryption with a Python script, and describes how to integrate these practices into CI/CD pipelines.

AES encryptionDevOpsGitignore
0 likes · 7 min read
Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python
Su San Talks Tech
Su San Talks Tech
Dec 23, 2024 · Fundamentals

Master Git Branching and Commit Standards for Stable Development

This guide explains Git branch naming conventions, their correspondence to development environments, recommended merge workflows, standardized commit message formats—including Angular guidelines and a simplified version—and provides a practical .gitignore template, helping teams maintain stable codebases and efficient collaboration.

Commit MessageGitGitignore
0 likes · 10 min read
Master Git Branching and Commit Standards for Stable Development
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2024 · Fundamentals

Essential Git Commands Every Developer Should Know

This guide provides a comprehensive overview of common Git commands, covering SSH key creation, user configuration, repository initialization, file staging, committing, branch and tag management, remote synchronization, undo operations, and .gitignore patterns, enabling developers to efficiently manage version control workflows.

GitignoreRepositorybranching
0 likes · 13 min read
Essential Git Commands Every Developer Should Know
Liangxu Linux
Liangxu Linux
Sep 21, 2023 · Fundamentals

Mastering Git Branch Naming, Workflow, and Commit Message Standards

This guide explains systematic Git branch naming, maps branches to development environments, outlines a typical merge flow, details a comprehensive commit‑message format (including Angular conventions), and provides a practical .gitignore template for clean repositories.

Commit MessageGitGitignore
0 likes · 9 min read
Mastering Git Branch Naming, Workflow, and Commit Message Standards
macrozheng
macrozheng
Sep 12, 2023 · Fundamentals

Master Git Branching and Commit Standards for Clean Code

This guide explains Git branch naming conventions, maps branches to development environments, outlines a standard merge workflow, details commit message standards—including Angular guidelines and a simplified format—and provides a sample .gitignore, offering practical tips for clean, maintainable code management.

Commit MessageGitGitignore
0 likes · 8 min read
Master Git Branching and Commit Standards for Clean Code
Liangxu Linux
Liangxu Linux
Oct 17, 2022 · Operations

Master .gitignore: How to Exclude Files and Folders in Git

This guide explains what a .gitignore file is, how Git tracks files, how to create and populate .gitignore with common patterns, and the steps to stop tracking files that were already committed, providing practical commands and examples for effective version control.

DevOpsGitGit Commands
0 likes · 11 min read
Master .gitignore: How to Exclude Files and Folders in Git