-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 1.1 KB
/
Copy path.gitignore
File metadata and controls
59 lines (50 loc) · 1.1 KB
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
# Ignore any folder named 'ignore' anywhere in the repository
**/ignore/
**/ignore/**
# Ignore log files
.env.development
.DS_Store
*.log
# Ignore zip files and temporary files
/*.zip
# Ignore the NEXT_COMMAND.txt file
NEXT_COMMAND.txt
# Ignore generated dependency, test result, and temporary files
node_modules/
tests/results/
tests/results/**
dev/workspace/tmp/
dev/workspace/tmp/**
dev/workspace/test-results/
dev/workspace/test-results/**
dev/workspace/zips/
dev/workspace/zips/**
dev/workspace/logs/
dev/workspace/logs/**
dev/workspace/generated/
dev/workspace/generated/**
tmp/
dev/scripts/untracked/
dev/scripts/untracked/**
projects/
# Codex files
docs/dev/codex_commands.md
docs/dev/commit_comment.txt
codex_changed_files.txt
docs/dev/reports/codex_changed_files.txt
codex_review.diff
docs/dev/reports/codex_review.diff
docs/dev/reports/coverage_changed_js_guardrail.txt
docs/dev/reports/playwright_v8_coverage_report.txt
.npm-cache
.ms-playwright
*.mp4
*.mkv
# Environment files
.env*
!.env.example
!.env.sample
!.env.template
# Game Foundry Studio project files
assets/*.gfsp
dev/build/ProjectInstructions.zip