update: add ignores for gedit autosave files

This commit is contained in:
Patrick Stewart 2024-06-24 03:50:29 -07:00
parent 115fd27459
commit f9f2ab4753

5
.gitignore vendored
View file

@ -11,6 +11,9 @@ spike/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Ignore autosave files
README.md~
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
@ -23,3 +26,5 @@ doc/api/
*.js_
*.js.deps
*.js.map
.gitignore~