-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (86 loc) · 1.36 KB
/
Copy path.gitignore
File metadata and controls
102 lines (86 loc) · 1.36 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Dependencies
node_modules/
# Build outputs
dist/
build/
.build/
prebuilds/
coverage/
ctrf/
scratch_build*/
scratch_*
# Compiled / binary artifacts
*.wasm
*.tsbuildinfo
*.a
*.so
*.so.*
*.dylib
*.dll
*.pc
*.exp
*.lib
*.obj
*.o
# Archives
*.tar.gz
*.tgz
*.zip
*.vsix
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Environment / secrets
.env
*.local
# OS files
.DS_Store
# Editor directories
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Nx caching
.nx/
graph.json
project-graph.json
# VS Code test artifacts
.vscode-test-web/
# Database files
*.db*
# API data (published libraries and sqlite databases)
/data/
/results/
packages/api/data/
apps/api/data/
apps/api/public/thumbnails
# React Router (morsel)
packages/morsel/.react-router/
# Tree-sitter generated (src + wasm committed per upstream convention, rebuilt via `npm run build`)
!packages/tree-sitter-modelica/src/
!packages/tree-sitter-modelica/tree-sitter-modelica.wasm
packages/tree-sitter-modelica/examples/*/
packages/ide/vscode-web/
# COIN-OR build artifacts
Couenne/
ThirdParty/
f2ctmp/
packages/language/tests/wasm/src-gen/
# FMI / OpenModelica build artifacts
*.fmu
*_FMU.mo
*_FMU.libs
*_FMU.makefile
*_info.json
*_res.mat
*_res.csv
*.opt
packages/fmi/validation/exported_fmus/
packages/fmi/validation/reference_fmus/
packages/fmi/validation/reference_fmus_repo/