-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
51 lines (51 loc) · 1.17 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
__pycache__
server_config.py
client_config.py
server_config.toml
client_config.toml
client_resolvers.txt
encrypt_key.txt
local_dns_cache.json
local_dns_cache.bin
*.key
*.pem
*.crt
.vscode/
.env
.DS_Store
logs/
*.log
*.zip
*.tar.gz
*.bak
*.tmp
*.exe
build/
.gocache
vendor/
android/.gradle/
android/app/build/
android/build/
android/local.properties
android/masterdnsvpn-release.jks
android/app/libs/*.aar
android/app/libs/*.jar
android/app/libs/jni/
android/app/libs/AndroidManifest.xml
android/app/libs/R.txt
android/app/libs/proguard.txt
android_mod/
go.work
go.work.sum
android/signing.properties
.bench/
.github/copilot-instructions.md
client_config.toml.simple
android/app/src/main/assets/background.png
android/app/src/main/assets/logo.png
android/app/src/main/assets/notif.png
android/app/src/main/assets/res/drawable-hdpi/ic_stat_notif_removebg_preview.png
android/app/src/main/assets/res/drawable-mdpi/ic_stat_notif_removebg_preview.png
android/app/src/main/assets/res/drawable-xhdpi/ic_stat_notif_removebg_preview.png
android/app/src/main/assets/res/drawable-xxhdpi/ic_stat_notif_removebg_preview.png
android/app/src/main/assets/res/drawable-xxxhdpi/ic_stat_notif_removebg_preview.png