-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 1.08 KB
/
Copy path.gitignore
File metadata and controls
53 lines (45 loc) · 1.08 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
# Go build artifacts
/build/
/bin/
*.test
*.out
/archive/
/.idea/
# Binaries built into the repo root; anchored so cmd/sysml/ is not ignored.
/sysml
/sysml-lsp
# Rendered documentation site (make docs)
/site/
# Downloaded training examples (run scripts/download-training-examples.sh)
/examples/sysml-v2-training/
# Downloaded OMG corpora (run scripts/download-pilot-corpora.sh)
/examples/pilot-corpora/
# Python
/src/ # Legacy Python layout shadow directory (superseded by client/python/)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
dist/
build/
.pytest_cache/
coverage.txt
coverage-python.xml
coverage-scripts.xml
.coverage-scripts
coverage-node.lcov
/client/node/coverage/
.coverage
# Generated stubs for the upcoming clients (make proto-ts / proto-rust)
/gen/
/client/rust/target/
# Maven build output for the Java client
/client/java/**/target/
# Partial oracle record a failed `make fuml-expected` leaves for diagnosis
/docs/project/fuml-referee-expected.json.failed
# Windows VERSIONINFO resources, written by go-winres for GOOS=windows builds
cmd/*/rsrc_windows_*.syso