-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (45 loc) · 2 KB
/
Copy path.gitignore
File metadata and controls
58 lines (45 loc) · 2 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
# ─── Gradle ─────────────────────────────────────────────────────────────────
.gradle/
**/.gradle/
**/build/
!src/**/build/
gradle-app.setting
.gradletasknamecache
# Wrapper (keep tracked)
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
# Local Maven repo (build.gradle publishing)
mcmodsrepo/
# ─── Forge / Minecraft dev runs ─────────────────────────────────────────────
run/
# Fabric Loom / NeoForge MDG run directories
run-fabric/
run-neoforge/
# ─── IDE ────────────────────────────────────────────────────────────────────
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ IDEA
.idea/
*.iml
out/
# VS Code / Cursor (editor settings are local)
.vscode/
# Cursor — plan de desarrollo local
.cursor/
# ─── Scripts (secrets) ───────────────────────────────────────────────────────
scripts/.release.local
# Artefactos temporales de publicación
scripts/*-response.json
response.txt
# ─── Release / build artifacts en raíz ───────────────────────────────────────
/consolefilternext-*.jar
# ─── Logs y crashes JVM ─────────────────────────────────────────────────────
*.log
hs_err_pid*
replay_pid*
# ─── Sistema operativo ───────────────────────────────────────────────────────
.DS_Store
Thumbs.db