File: BUILD.bazel

package info (click to toggle)
beancount 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,460 kB
  • sloc: python: 46,152; ansic: 984; yacc: 685; lex: 407; javascript: 339; makefile: 214; cpp: 128; xml: 32; sh: 4
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Empty
#package(default_visibility = ["//visibility:public"])

filegroup(
    name = "htaccess",
    srcs = [".htaccess"],
    visibility = ["//tools:__subpackages__"],
)