mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00

If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.
8 lines
78 B
Text
8 lines
78 B
Text
# Cache objects
|
|
packer_cache/
|
|
|
|
# Crash log
|
|
crash.log
|
|
|
|
# For built boxes
|
|
*.box
|