1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00
go-selfupdate/.gitignore
2019-03-29 17:33:41 -07:00

19 lines
210 B
Plaintext

# Use glob syntax.
syntax: glob
*.DS_Store
*.swp
*.swo
*.pyc
*.php~
*.orig
*~
*.db
*.log
public/*
go-selfupdate/go-selfupdate
example/example-server
example/hello-updater
example/public/*
example/deployment/*