We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca87202 commit 4a76568Copy full SHA for 4a76568
1 file changed
.gitignore
@@ -1,5 +1,44 @@
1
+# Build outputs (solution-wide)
2
/AnimGrapher/bin
3
/AnimGrapher/obj
-/*.suo
4
-/.vs
5
-/build
+artifacts/
+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