-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (57 loc) · 1.24 KB
/
.gitignore
File metadata and controls
67 lines (57 loc) · 1.24 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
# Build outputs (JavaScript bundles)
dist-android/
dist-android-quickjs/
# Dependencies
node_modules/
/walletkit/
# macOS
.DS_Store
# Turbo cache
.turbo/
# Local Maven repository (generated artifacts)
local-maven-repo/
# Android Studio / Gradle (project level)
.gradle/
build/
.cxx/
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/misc.xml
.idea/.gitignore
.idea/caches
.idea/modules.xml
.idea/navEditor.xml
.idea/deploymentTargetDropDown.xml
# Local configuration files
local.properties
gradle.properties
# But include gradle.properties for the SDK (contains required build config)
!TONWalletKit-Android/gradle.properties
# AAR files in libs folders (build artifacts)
**/libs/*.aar
**/libs/*.jar
# Temporary documentation files (can be regenerated)
JITPACK_QUICKSTART.md
PUBLISHING_GUIDE.md
gradle.properties.template
Scripts/generate-api/generated/
# Build logs
*.log
node.log
build-js-bundles.sh
# Source maps (generated, can be regenerated from build)
*.map
sdk-test-utility/.idea/
.idea/AndroidProjectSystem.xml
.idea/deploymentTargetSelector.xml
.idea/deviceManager.xml
.idea/markdown.xml
.idea/migrations.xml
.idea/vcs.xml