We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492098 commit 09a2148Copy full SHA for 09a2148
.gitignore
@@ -1,2 +1,5 @@
1
+# SPDX-FileCopyrightText: 2026 H2Lab Development Team
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
**/.config*
5
**/*build*
REUSE.toml
@@ -12,3 +12,9 @@ path = "configs/**"
12
precedence = "aggregate"
13
SPDX-FileCopyrightText = "2026 H2Lab Development Team"
14
SPDX-License-Identifier = "Apache-2.0"
15
16
+[[annotations]]
17
+path = ".devcontainer/**"
18
+precedence = "aggregate"
19
+SPDX-FileCopyrightText = "2026 H2Lab Development Team"
20
+SPDX-License-Identifier = "Apache-2.0"
0 commit comments