forked from starifly/NekoBoxForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (58 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
68 lines (58 loc) · 1.35 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
60
61
62
63
64
65
66
67
68
# OS / filesystem
.DS_Store
._*
__MACOSX/
# IDE / editor
*.iml
.idea/
.vscode/
.cursor/
.agents/
.pi-subagents/
AGENTS.md
# Gradle / Kotlin build state
.gradle/
.kotlin/
build/
# buildSrc/build is sometimes a symlink to APFS /tmp (exFAT AppleDouble workaround);
# the trailing-slash 'build/' rule above doesn't match a symlink, so ignore it explicitly.
buildSrc/build
# Android / native build outputs
/captures/
.externalNativeBuild/
.cxx/
jniLibs/
/library/libcore_build/
/libcore/.build/
/libcore/version_gen.go
/.masterdnsvpn-build/
/.olcrtc-build/
/.olcrtc-gomobile/
/.olcrtc-wrapper/
/buildScript/lib/olcrtc-src/go.sum
# Local config / generated app artifacts
local.properties
/app/libs/
/app/src/main/assets/sing-box
/service_account_credentials.json
/nkmr/
# Submodules / external sources
/external/
# Signing keys - never commit; provided via CI secrets or local.properties
release.keystore
*.keystore
*.jks
#Extra
currentArchitectureState/*
localAPKs/
# Depot project id is local-only infra metadata, not for the public fork.
depot.json
# Internal notes/docs - keep local, do not publish.
/docs/
# Local build env + local-only sources (kept off the public fork).
buildenv.local.sh
/libcore/gomobile/
app/src/main/java/io/nekohasekai/sagernet/ktx/AgentDebugLog.kt
# Local on-device DB/config backups (profiles + credentials — never commit)
device-backups/
.worklog/