Skip to content

Commit

Permalink
Update .gitignore to exclude most common files (#199)
Browse files Browse the repository at this point in the history
* update .gitignore to exclude most common files

* [pre-commmit] fix trailing whitspace in robot_controllers.yaml

---------

Co-authored-by: Daniel Azanov <[email protected]>
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent 0263dfb commit 5426b62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
docs/_build/*

# Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# temporary files
*~

# Visual Studio
.vscode/*

# Kate
*.kate-swp

# Vim temporary swap files.
*.swp

# Merge files.
*.orig
*.rej

0 comments on commit 5426b62

Please sign in to comment.