feat: Add environment files

This commit is contained in:
2025-09-18 13:22:56 +02:00
parent af72a43e0b
commit 96a877d10e
3 changed files with 74 additions and 22 deletions

40
.gitignore vendored
View File

@@ -1,9 +1,37 @@
!.gitkeep
tmp/
src/tmp
# Created by https://www.toptal.com/developers/gitignore/api/ros2
# Edit at https://www.toptal.com/developers/gitignore?templates=ros2
node_modules/
### ROS2 ###
install/
log/
build/
# Ignore generated docs
*.dox
*.wikidoc
# eclipse stuff
.project
.cproject
# qcreator stuff
CMakeLists.txt.user
srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user
*~
# Emacs
.#*
# Colcon custom files
COLCON_IGNORE
AMENT_IGNORE
# End of https://www.toptal.com/developers/gitignore/api/ros2
obj/
out/