Hello, I'm Risico

Software developer, photographer, and maker of things.

Read My Blog About Me GitHub

Latest Posts

Unraveling the Mystery of Ignored Files with git check-ignore

In the world of version control, Git has become an indispensable tool for developers. One of its key features is the ability to selectively ignore certain files or directories with the help of the .gitignore file. This can be a real lifesaver when you need to exclude files that don't belong in your repository, like build artifacts, logs, or user-specific settings. However, sometimes it can be challenging to figure out why a particular file is being ignored. That's where the git check-ignore command comes in handy! In this blog post, we'll explore this powerful yet underutilized Git command and how it can help you understand your .gitignore configuration....

View all posts →

What I'm Working On

🚀 Open Source

Contributing to various open source projects and building tools for the developer community.

📸 Photography

Exploring the world through a lens, capturing moments and telling visual stories.

🛠️ Side Projects

Always tinkering with new ideas and technologies, building things that solve real problems.