forked from mubaraknumann/unifideck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
46 lines (40 loc) · 687 Bytes
/
Copy path.dockerignore
File metadata and controls
46 lines (40 loc) · 687 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
# Decky CLI uses .dockerignore to control what goes into the build
# This file is used when building with podman/docker
# Node/TypeScript build artifacts (handled by build process)
node_modules/
src/
tsconfig.json
rollup.config.mjs
pnpm-lock.yaml
package-lock.json
# Python cache
__pycache__/
*.pyc
*.pyo
# Debug and test files
debug_*.py
test_*.py
verify_*.py
read_user_json.py
compat_cache.py
decky.pyi
tests/
test_cloud_saves/
# Development tools
.git/
.gitignore
.gitignore.backup
.agent/
.claude/
.vscode/
cli/
build-plugin.sh
# Documentation and misc
docs/
scripts/
pyscripts/
research/
proton-compatibility.md
# Large binaries not needed in build
vc_redist.x64.exe
*.backup