mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
4 Commits
873b7d8a25
...
582303fc40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
582303fc40 | ||
|
|
3780fff86c | ||
|
|
bf4440e850 | ||
|
|
0329c22a3d |
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4.2+ specific ignores
|
||||||
|
~*.dll
|
||||||
|
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
.nomedia
|
.nomedia
|
||||||
|
|||||||
@ -22,3 +22,8 @@ rustc-ice-*.txt
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# These are crash reports automatically generated by the Rust compiler (rustc) when it
|
||||||
|
# encounters an internal compiler error (ICE) - essentially a bug in the compiler itself,
|
||||||
|
# not your code. The filename pattern is rustc-ice-<timestamp>-<pid>.txt.
|
||||||
|
rustc-ice-*.txt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user