-
Notifications
You must be signed in to change notification settings - Fork 466
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (44 loc) · 1.02 KB
/
.gitignore
File metadata and controls
44 lines (44 loc) · 1.02 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
/target/
/build/
/dist
/test/dist
.idea/
.DS_Store
*.log
/dist-assets/mullvad
/dist-assets/mullvad.exe
/dist-assets/mullvad-daemon
/dist-assets/mullvad-daemon.exe
/dist-assets/mullvad-exclude
/dist-assets/mullvad-setup
/dist-assets/mullvad-setup.exe
/dist-assets/mullvad-problem-report
/dist-assets/mullvad-problem-report.exe
/dist-assets/libwg.dll
/dist-assets/maybenot_ffi.dll
/dist-assets/libtalpid_openvpn_plugin.dylib
/dist-assets/libtalpid_openvpn_plugin.so
/dist-assets/talpid_openvpn_plugin.dll
/dist-assets/openvpn
/dist-assets/openvpn.exe
/dist-assets/aarch64-apple-darwin/
/dist-assets/aarch64-pc-windows-msvc/
/dist-assets/aarch64-unknown-linux-gnu/
/dist-assets/riscv64gc-unknown-linux-gnu/
/dist-assets/x86_64-apple-darwin/
/windows/version.h
/windows/winfw/src/winfw/lannetworks.h
/windows/**/bin/
/windows/**/*.user
/android/keystore.properties
/android/local.properties
/android/play-api-key.json
/android/credentials/
/wireguard/libwg/libwg.exp
/wireguard/libwg/exports.def
**/.vs/
*.bak
android/.idea
.vscode/
.direnv/
.zed/