tmp: update gitignore

This commit is contained in:
Aliberk Sandıkçı 2023-08-30 22:35:52 +03:00
parent 9975a56634
commit 62f92b713c
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1
2 changed files with 12 additions and 4 deletions

3
.gitignore vendored
View file

@ -20,6 +20,3 @@
# Go workspace file # Go workspace file
go.work go.work
# Go temporary test files
plugins/tmptest/

11
plugins/tmptest/info.go Normal file
View file

@ -0,0 +1,11 @@
package main
func (p plug) Info() map[string]interface{} {
return map[string]interface{}{
"name": "tmptest",
"version": "1.0.0",
"support": "any",
"description": "Temporary testing",
"developer": "asandikci@aliberksandikci.com.tr",
}
}