Skip to content
Snippets Groups Projects
Commit 260b75a8 authored by Rene Ebeling's avatar Rene Ebeling
Browse files

Add .gitignore file to exclude unnecessary files from version control

parent c73ebbb3
Branches
No related tags found
No related merge requests found
# Ignore ROS 2 build artifacts
workspaces/**/build/
workspaces/**/install/
workspaces/**/log/
# Ignore colcon and CMake temporary files
colcon.meta
colcon_release.meta
CMakeLists.txt.user
*.swp
*.swo
# Ignore Python cache and virtual environments
workspaces/**/__pycache__/
workspaces/**/*.pyc
workspaces/**/.venv/
workspaces/**/venv/
# Ignore hidden system files (Mac & Linux)
.DS_Store
*.bak
*.tmp
# Ignore VS Code, CLion, and JetBrains IDE settings
.vscode/
.idea/
workspaces/**/.vscode/
workspaces/**/.idea/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment