mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +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/
|
||||
.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
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.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