Added basic functionality
This commit is contained in:
parent
66176ba22a
commit
ea449fdc81
9 changed files with 177 additions and 12 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,10 +1,3 @@
|
|||
# ---> Go.AllowList
|
||||
# Allowlisting gitignore template for GO projects prevents us
|
||||
# from adding various unwanted local files, such as generated
|
||||
# files, developer configurations or IDE-specific files etc.
|
||||
#
|
||||
# Recommended: Go.AllowList.gitignore
|
||||
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
|
@ -18,8 +11,5 @@
|
|||
!README.md
|
||||
!LICENSE
|
||||
|
||||
# !Makefile
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
|
||||
!*/
|
Loading…
Add table
Add a link
Reference in a new issue