-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (62 loc) · 1.61 KB
/
.gitignore
File metadata and controls
81 lines (62 loc) · 1.61 KB
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
# Bazel
/bazel-bin
/bazel-enola
/bazel-out
/bazel-testlogs
# Gradle
build/
.gradle
# IntelliJ
.ijwb/
.idea/*
# https://www.jetbrains.com/help/idea/managing-plugins.html#required-plugins
!.idea/externalDependencies.xml
.run/
# Eclipse JDT with VSC Bazel for Java (bazel-vscode-java)
.eclipse/
# mkdocs
# incl. e.g. .cache/plugin/git-committers/page-authors.json
site/
.cache/
# Enola (self, "dog 🐕 fooding!"") generated docs content
docs/models/
# asciinema, used in demo/**
docs/use/**/*.cast
docs/use/**/script
docs/use/**/*.svg
docs/use/**/*.output
# Generated Docs
docs/BUILT/**
# Node.JS
node_modules/
web/web-out/
# Be
.be/
# Maven
java/.mvn/wrapper/maven-wrapper.jar
java/target
# https://jbang.dev
.jbang/
tools/version/VERSION
# Miscellaneous generated/output varia (incl. .m2, JavaDoc JAR, HOME, etc.)
.built
# https://github.com/VirtusLab/bazel-steward/issues/424
bazel-steward.jar
# Bazel BSP, by https://docs.google.com/document/d/1fdLN1iONuRm--PhpDNYXpEOPPwKML8bG5OJv9AbCvEI/edit?tab=t.0
.bazelbsp/
# https://github.com/flox/install-flox-action/issues/106
flox.x86_64-linux.deb
# Nix & direnv
# TODO https://github.com/direnv/direnv/issues/1434
.direnv/
/result
# Python Virtual Environment (venv)
.venv/
# The *.java etc. under generated/ are created at build-time by tools/protoc.
# So we ignore everything in it, EXCEPT for the generated/protoc/java/BUILD file.
# PS: Due to https://github.com/NixOS/nix/issues/14024, it's done like this?
# (That was the initial thought, but it may not be true; did not re-verify.)
generated/protoc/java/dev/
generated/classpath
generated/javac-processors/
generated/java-class