summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 844ae522a559eae7dae4d0f039439b8f0c473b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# .NET
obj
bin
docs

# Visual Studio Code
.vscode

# macOS
.DS_Store

# Node.js
node_modules

# Mermaid
diagrams/**/*.png

# Other
*.zip