update main .gitignore
This commit is contained in:
parent
f936cad607
commit
b919cf8619
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.vscode
|
||||
.env
|
||||
output
|
||||
go.mod
|
||||
1
go/l1.go
1
go/l1.go
|
|
@ -1,4 +1,5 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue