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