-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .gitignore for .gd_local_history folder
- Loading branch information
1 parent
bff163c
commit ec16bb8
Showing
6 changed files
with
1 addition
and
237 deletions.
There are no files selected for viewing
36 changes: 0 additions & 36 deletions
36
.gd_local_history/gd_local_history.gd/gd_local_history.gd-1718243264.519.txt
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
.gd_local_history/gd_local_history.gd/gd_local_history.gd-1718246148.107.txt
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
.gd_local_history/gd_local_history.gd/gd_local_history.gd-1718246187.014.txt
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
.gd_local_history/local_history_panel.gd/local_history_panel.gd-1718246233.895.txt
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
.gd_local_history/local_history_panel.gd/local_history_panel.gd-1718246242.124.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Godot 4+ specific ignores | ||
.godot/ | ||
.gd_local_history/ | ||
|
||
# Godot-specific ignores | ||
.import/ | ||
|