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
|
.vscode
|
||||||
.env
|
.env
|
||||||
output
|
output
|
||||||
|
go.mod
|
||||||
1
go/l1.go
1
go/l1.go
|
|
@ -1,4 +1,5 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue