mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
Use Go1.11 module (#5743)
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
This commit is contained in:
30
vendor/github.com/markbates/goth/.gitignore
generated
vendored
Normal file
30
vendor/github.com/markbates/goth/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
*.log
|
||||
.DS_Store
|
||||
doc
|
||||
tmp
|
||||
pkg
|
||||
*.gem
|
||||
*.pid
|
||||
coverage
|
||||
coverage.data
|
||||
build/*
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
.svn
|
||||
profile
|
||||
.console_history
|
||||
.sass-cache/*
|
||||
.rake_tasks~
|
||||
*.log.lck
|
||||
solr/
|
||||
.jhw-cache/
|
||||
jhw.*
|
||||
*.sublime*
|
||||
node_modules/
|
||||
dist/
|
||||
generated/
|
||||
.vendor/
|
||||
*.swp
|
||||
.vscode/launch.json
|
||||
.vscode/settings.json
|
||||
.idea
|
Reference in New Issue
Block a user