diff --git a/.gitignore b/.gitignore index 6dae747..57fd38b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,33 @@ -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + .DS_Store .AppleDouble .LSOverride # Icon must ends with two \r. -Icon +Icon + # Thumbnails ._* @@ -34,3 +35,5 @@ Icon # Files that might appear on external disk .Spotlight-V100 .Trashes + +.idea/ \ No newline at end of file diff --git a/notice.go b/notice.go index 640d35d..a955bfa 100644 --- a/notice.go +++ b/notice.go @@ -12,6 +12,7 @@ type AndroidNotice struct { Title string `json:"title,omitempty"` BuilderId int `json:"builder_id,omitempty"` Extras map[string]interface{} `json:"extras,omitempty"` + Intent map[string]interface{} `json:"intent,omitempty"` } type IOSNotice struct {