Browse Source

Add crash.log to Packer.gitignore (#3230)

If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.
Sean Nixon 5 năm trước cách đây
mục cha
commit
766cf0c10f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Packer.gitignore

+ 3 - 0
Packer.gitignore

@@ -1,5 +1,8 @@
 # Cache objects
 packer_cache/
 
+# Crash log
+crash.log
+
 # For built boxes
 *.box