mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 03:07:04 +02:00
Compare commits
4 Commits
5c084e86bb
...
efd1e74481
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efd1e74481 | ||
|
|
57286c3887 | ||
|
|
90db345f0d | ||
|
|
0329c22a3d |
@ -21,6 +21,7 @@ Homestead.yaml
|
||||
Homestead.json
|
||||
/.vagrant
|
||||
.phpunit.result.cache
|
||||
/.phpunit.cache
|
||||
|
||||
/public/build
|
||||
/storage/pail
|
||||
|
||||
@ -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