forked from salesforce/rules_spring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (20 loc) · 677 Bytes
/
.gitignore
File metadata and controls
25 lines (20 loc) · 677 Bytes
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
#
# Copyright (c) 2017-2021, salesforce.com, inc.
# All rights reserved.
# Licensed under the BSD 3-Clause license.
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#
# bazel build dirs
bazel-*
# set your user to your public GitHub user in a script like this:
# git config --global user.email '#####+username@users.noreply.github.com'
# but dont check it in
setGitOSSUser.sh
# python
__pycache__
# //tools/python_interpreter
captive_python3
bin
# after running the //tools/codecoverage tooling you will be left with this root level folder
# it contains your test results, so do not checkin
coverage-reports