generated from wessel/boilerplate
feat: Add environment files
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user