mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
5 Commits
e7fd828653
...
db44211d24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db44211d24 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
0329c22a3d |
@ -1,5 +1,6 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.localized
|
||||||
__MACOSX/
|
__MACOSX/
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|||||||
@ -19,3 +19,8 @@ target
|
|||||||
# 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