rst-tu-dortmund / teb_local_planner

An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
http://wiki.ros.org/teb_local_planner
BSD 3-Clause "New" or "Revised" License
985 stars 546 forks source link

Gitignore JetBrains projects #363

Closed corot closed 2 years ago

corot commented 2 years ago

Something else we should git-ignore?

siferati commented 2 years ago

Maybe just exclude all hidden files (except for stuff like gitignore ofc)? Otherwise we'll have to list multiple files per IDE (e.g. .vscode for vscode stuff)

# Hidden files for different IDE (exclude this file)
!.gitignore
.*