-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
59 lines (52 loc) · 970 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.DS_Store
*.so
*.pyc
._*
.nfs.*
*~
*.orig
*.rej
*.exe
.*.swp
core
*.cgo*.go
*.cgo*.c
_cgo_*
_obj
_test
_testmain.go
# This file includes artifacts of Go build that should not be checked in.
# For files created by specific development environment (e.g. editor),
# use alternative ways to exclude files from git.
# For user-roles, set up .git/info/exclude or use a global .gitignore.
# ignore all internal .env files
# --
**/*.env
# ignore all log and dump files
# --
*.log
*.chk
*.dump
*.dmp
*.out
*.tmp
# ignore all IDE config sets
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.history/
# ignore feature related files
makefile
makefile.json
# ignore local key, json-config & -cache files (make some exceptions)
**/*.jqc
**/*.key
!scripts/lib/lab-version.key
!scripts/assets/tpl/gke-labs-cluster.json
!scripts/assets/tpl/gke-labs-config.json
!gke-labs-cluster.json
!gke-labs-config.json