-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
101 lines (76 loc) · 1.52 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.gradle
# gah macs
.DS_Store
# intellij user-specific stuff
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/saveactions_settings.xml
# IntellJ IDEA Bazel plugin settings
.ijwb
# managed by gradle's intellij (or is it intellij's gradle) plugin
.idea/libraries
# intellij high-churn
.idea/deployment.xml
.idea/uiDesigner.xml
.idea/inspectionProfiles
.idea/webServers.xml
.idea/modules.xml
.idea/misc.xml
.idea/codeStyles/
# intellij file-based project format
*.ipr
*.iws
*.iml
# vim swap files
*.swp
*.swo
*.md.un~
# try creates this
patch.diff
# default intermediate & target dirs
build/
bazel-*
deploy/
reports/
# sublime text sftp plugin
sftp-config.json
# results compare files
thrift-results-compare*.tsv
thrift-results-compare*.log
.ant-targets-build.xml
.vmrc
# Eclipse stuff that'll get autogenerated on import
.project
.settings/
.classpath
.idea/thriftCompiler.xml
bazel-
bazel-*
build/
# python compiled files
*.pyc
# Gradle generated files, until we migrate all to Bazel
gradle_build
# the scratch space for bazel-deps to download dependencies
target/
# the virtualenv created for deploys
/env
*.log
/generated
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# Support per-user options that we do not want to check into source control.
# See: https://docs.bazel.build/versions/master/best-practices.html#bazelrc
user.bazelrc
docs/_book
.terraform
cnrm
samples/