-
Notifications
You must be signed in to change notification settings - Fork 620
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (39 loc) · 792 Bytes
/
.gitignore
File metadata and controls
53 lines (39 loc) · 792 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
48
49
50
51
52
53
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# The destination for the Go Android archive.
android/libs
android_legacy/libs
# Ignore ABI
android/src/main/jniLibs/*
# Android Studio files
android_legacy/.idea
android_legacy/local.properties
android/.idea
android/local.properties
.idea
# Output files from the Makefile:
*.apk
*.aab
# Signing key
tailscale.jks
# android sdk dir
./android-sdk
# Persistent $HOME/.android for `make docker-*` (keeps debug.keystore so
# the debug signer is stable across container runs).
.android-docker
# Java profiling output
*.hprof
#IDE
.vscode
.idea
# Native libraries
*.stripped
*.unstripped
# Debug symbols
*.debug
libtailscale.aar
libtailscale-sources.jar
.DS_Store
tailscale.version