-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
62 lines (47 loc) · 889 Bytes
/
.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
# Bazel
/bazel-bin
/bazel-enola
/bazel-out
/bazel-testlogs
# Gradle
build/
.gradle
# IntelliJ
.ijwb/
.idea/
# Eclipse JDT with VSC Bazel for Java (bazel-vscode-java)
.eclipse/
# Python Virtual Environment (venv, created by ./test.bash)
.venv/
# 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/
# Be
.be/
# Maven
java/.mvn/wrapper/maven-wrapper.jar
java/target
.built/.m2
# https://jbang.dev
.jbang/
# Ignore generated proto
java/dev/enola/common/validation/
java/dev/enola/core/meta/proto/
java/dev/enola/core/proto/
java/dev/enola/protobuf/
java/dev/enola/thing/proto/
tools/version/VERSION
# LinkML
.built