-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (28 loc) · 742 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (28 loc) · 742 Bytes
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
## .NET
bin/
obj/
artifacts/
*.user
*.suo
*.cache
*.vs/
.vs/
## IDE
.idea/
*.swp
*~
## Claude
.claude/settings.local.json
## Build-generated
XnaFiddle.BlazorGL/wwwroot/js/build-version.js
## Static copies of embedded example assets, generated by the CopyExampleStaticAssets
## MSBuild target so share links can re-fetch them. Source of truth is Examples/; the build
## (and dotnet publish) regenerates these, so they are not tracked. Issue #56.
XnaFiddle.BlazorGL/wwwroot/examples/
## The Apos.Shapes content target emits an unused Content/ copy of apos-shapes.xnb on build.
## The app loads the root wwwroot/apos-shapes.xnb; this artifact must not be tracked.
XnaFiddle.BlazorGL/wwwroot/Content/
## OS
Thumbs.db
.DS_Store
/tools/publish