You've already forked go-firefly3
Add generate script
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@ -1 +1,35 @@
|
||||
/.idea
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# Editor and IDE files
|
||||
/.idea/
|
||||
|
||||
# Swagger Codegen files
|
||||
/.swagger-codegen-ignore
|
||||
/.swagger-codegen/VERSION
|
||||
/.travis.yml
|
||||
|
||||
# Firefly III YAML files
|
||||
/firefly-*.yaml
|
||||
|
Reference in New Issue
Block a user