-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (57 loc) · 1.26 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*.iml
.DS_Store
# for files/dirs used in CI that shouldn't appear in git diffs
/.ci/
bin/
target/
logs/
**/out/
npm-debug.log
dependency-reduced-pom.xml
build/
.gradle/
.kotlin/
.terraform/
*.hprof*
hs_err_pid*.log
# python virtualenv
.venv
## VS Code gitignore
.classpath
.project
.settings/
protos/ios-protos/
## Opt out everything in .idea by default
**/.idea/**
## Opt certain .idea files back in
!**/.idea/codeInsightSettings.xml
!**/.idea/encodings.xml
!**/.idea/kotlinc.xml
# We need to unksip the directoy in order to unskip its contents.
# Don't use ** here so that people can have their own templates.
!**/.idea/fileTemplates
# Do NOT add contain slashes at the end as we want both the directories AND everything within.
# Git doc: "It is not possible to re-include a file if a parent directory of that file is excluded."
!**/.idea/codeStyles**
!**/.idea/inspectionProfiles**
!**/.idea/runConfigurations**
!**/.idea/icon.svg
# Python
__pycache__/
# Node
node_modules/
# local enviroment variables file
.env
#Jetbrains Fleet
.fleet/
# Cockroach DB
cockroach-data/
# don't check in appdash cli creds
appdash-cookies.json
.focus
.focusGitBase
.focusProjects
.focusProjects.yaml
.focusPlayground/
# don't check in product area attribution files
**/.productarea.yml