-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 804 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (38 loc) · 804 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
# 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 the tests results and temporary files
node_modules/
tests/results/
tmp/test-results/
tmp/
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
.env
.env.*
!.env.example
!.env.sample
!.env.template
# Game Foundry Studio project files
assets/*.gfsp