File: .gitignore

package info (click to toggle)
golang-google-api 0.61.0-6
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 209,156 kB
  • sloc: sh: 183; makefile: 22; python: 4
file content (19 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ignore sed backup files
*-r
*-e

_obj/
*_testmain.go
clientid.dat
clientsecret.dat
/google-api-go-generator/google-api-go-generator

*.6
*.8
*~
*.out
*.test
*.exe

.idea/*
.vscode/*