mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 10:15:18 +00:00
42 lines
790 B
YAML
42 lines
790 B
YAML
#
|
|
# Copyright Coinbase, Inc. All Rights Reserved.
|
|
# Copyright Quilibrium, Inc. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
copyright: |
|
|
Copyright Coinbase, Inc. All Rights Reserved.
|
|
Copyright Quilibrium, Inc. All Rights Reserved.
|
|
license: Apache-2.0
|
|
comments:
|
|
gitignore: '#'
|
|
dockerignore: '#'
|
|
sh: '#'
|
|
py: '#'
|
|
pl: '#'
|
|
rb: '#'
|
|
yml: '#'
|
|
yaml: '#'
|
|
go: '//'
|
|
rs: '//'
|
|
ignore:
|
|
- 'pkg/signatures/schnorr/mina/bitvector\.go$'
|
|
- 'pkg/core/curves/native/bls48581'
|
|
- 'testdata/'
|
|
- 'test/data'
|
|
- 'Cargo\.lock$'
|
|
- 'Cargo\.toml$'
|
|
- 'target'
|
|
- 'go\.mod$'
|
|
- 'go\.sum$'
|
|
- '\.gitignore$'
|
|
- '\.dockerignore$'
|
|
- '\.git$'
|
|
- '\.idea$'
|
|
- '\.vscode$'
|
|
- '\bLICENSE$'
|
|
- '\w+\.md$'
|
|
- '\w+\.pdf$'
|
|
- 'Makefile$'
|
|
- .DS_Store
|
|
- '\w+\.dat$' |