chore: add root .gitignore
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# ====================
|
||||||
|
# IDE / Editor
|
||||||
|
# ====================
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
\#*\#
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# ROS 2
|
||||||
|
# ====================
|
||||||
|
ros2/build/
|
||||||
|
ros2/install/
|
||||||
|
ros2/log/
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# Python
|
||||||
|
# ====================
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# PlatformIO
|
||||||
|
# ====================
|
||||||
|
.pio/
|
||||||
|
.cache/
|
||||||
|
compile_commands.json
|
||||||
|
.clangd
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# OS
|
||||||
|
# ====================
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# Misc
|
||||||
|
# ====================
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
Reference in New Issue
Block a user