forked from AngelAuraMC/Amethyst-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 920 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (45 loc) · 920 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
/.gradle
/build
/*/build
app_pojavlauncher/src/main/assets/components/jre
/app_pojavlauncher/src/main/assets/components/jre-new/
/app_pojavlauncher/src/main/assets/components/jre-21/
local.properties
.idea/
.vscode/
app_pojavlauncher/.cxx/
.vs/
/curseforge_key.txt
/app_pojavlauncher/libs/ltw-release.aar
/jre_lwjgl3glfw/gradle/
/jre_lwjgl3glfw/**/build/
/jre_lwjgl3glfw/**/.gradle/
# Local agent/tool configuration
.devin/config.local.json
# Build outputs and local logs
*.log
*.apk
*.apks
*.aab
*.idsig
latestlog.txt
latestcrash.txt
hs_err_pid*.log
# Signing keys and local secrets
*.jks
*.keystore
*.p12
*.pfx
*.pem
.env
.env.*
google-services.json
# Ignore compiled Java class files and build artifacts
*.class
**/bin/
**/bin/**
# IDE and build tool outputs already covered, ensure bin/out are ignored
out/
# Ignore compiled aar/jar artifacts under libs or generated folders
**/libs/**/*.jar
**/libs/**/*.aar