update: add ignores for gedit autosave files
This commit is contained in:
parent
f9f2ab4753
commit
21b760ae25
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,6 +13,7 @@ pubspec.lock
|
|||
|
||||
# Ignore autosave files
|
||||
README.md~
|
||||
.gitignore~
|
||||
|
||||
# Directory created by dartdoc
|
||||
# If you don't generate documentation locally you can remove this line.
|
||||
|
@ -27,4 +28,4 @@ doc/api/
|
|||
*.js.deps
|
||||
*.js.map
|
||||
|
||||
.gitignore~
|
||||
|
||||
|
|
Loading…
Reference in a new issue