forked from microsoft/edge-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.v8rignore
More file actions
44 lines (34 loc) · 904 Bytes
/
.v8rignore
File metadata and controls
44 lines (34 loc) · 904 Bytes
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
# Dependencies and build outputs
node_modules/
dist/
build/
target/
**/.terraform/
# Copilot tracking
.copilot-tracking/
# Azure Pipelines (SchemaStore schema has invalid regex escapes in unicode mode)
azure-pipelines.yml
# Lock files and generated files
package-lock.json
*.tfstate
*.tfstate.*
# Helm Go-template files (not valid YAML — contain {{ }} template syntax)
**/charts/**/templates/**
# GitHub Issue templates (service account names may not match schema patterns)
.github/ISSUE_TEMPLATE/
# ARM templates
**/*.arm.json
# Docker Compose files (compose-spec schema contains duplicate $id keys
# causing ajv validation errors — upstream schema issue)
**/docker-compose.yml
**/docker-compose.yaml
**/docker-compose.*.yml
**/docker-compose.*.yaml
# Python virtual environments
.venv/
venv/
# Azure CLI cache
.azure/
# Sample data and model configs
**/sample-data/**
**/model-configs/**