Skip to content

Commit 4a76568

Browse files
committed
chore: enhanced .gitignore file
1 parent ca87202 commit 4a76568

1 file changed

Lines changed: 42 additions & 3 deletions

File tree

.gitignore

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1+
# Build outputs (solution-wide)
12
/AnimGrapher/bin
23
/AnimGrapher/obj
3-
/*.suo
4-
/.vs
5-
/build
4+
artifacts/
5+
build/
6+
7+
# Visual Studio
8+
.vs/
9+
*.suo
10+
*.user
11+
*.rsuser
12+
*.userosscache
13+
*.sln.docstates
14+
15+
# Testing and coverage
16+
TestResults/
17+
*.coverage
18+
*.coveragexml
19+
BenchmarkDotNet.Artifacts/
20+
21+
# NuGet
22+
# If using packages.config
23+
packages/
24+
# Built packages (optional to ignore)
25+
*.nupkg
26+
27+
# ReSharper / Rider / StyleCop
28+
_ReSharper*/
29+
*.[Rr]e[Ss]harper
30+
*.DotSettings.user
31+
.idea/
32+
StyleCop.Cache
33+
34+
# VS Code (optional)
35+
.vscode/
36+
37+
# OS cruft
38+
Thumbs.db
39+
Desktop.ini
40+
.DS_Store
41+
42+
# Logs / temp
43+
*.log
44+
*.tmp

0 commit comments

Comments
 (0)