-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 1017 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (52 loc) · 1017 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
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
# Build output
bin/
obj/
[Bb]in/
[Oo]bj/
/artifacts/
/publish/
/packages/
# IDEs and local tooling
.vs/
.idea/
.fleet/
*.suo
*.user
*.userosscache
*.sln.docstates
riderModule.iml
/_ReSharper.Caches/
.codex/*
!.codex/prompts/
.codex/prompts/*
!.codex/prompts/goal-prompt.md
!.codex/prompts/goal-task-workflow.md
# Test and coverage output
TestResults/
coverage/
coverage.*
*.trx
*.coverage
*.coveragexml
# Logs and temporary files
*.log
*.tmp
*.temp
.temp/
# Generated local documentation search cache.
/data/documentation/electron2d-local-docs-search.sqlite
# Local release drafting files.
/CHANGELOG*
/RELEASE-NOTES*
# Local clone of the GitHub Wiki repository.
/.github/wiki/
# Electron2D generated local project data. Do not ignore .electron2d/ as a whole:
# .electron2d/tasks/ may be source-controlled by project choice.
.electron2d/import-cache/
.electron2d/workspaces/
.electron2d/context/
.electron2d/session/
.electron2d/user/
# Local goal drafts moved to docs/specifications/
/GOAL-0.1.0.md
/GOAL.md