-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (44 loc) · 1020 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (44 loc) · 1020 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
# Node / Electron
node_modules/
dist/
out/
release/
*.log
.npm/
.vite/
# Packaging artifacts: the icon is generated by scripts/make-icon.mjs and the adapter jars
# are staged from the Gradle builds, so neither belongs in version control.
launcher/build/
launcher/resources/
# tsc's incremental cache. It changes on every typecheck and describes one machine's last
# build, so committing it makes every branch conflict over a file nobody reads.
*.tsbuildinfo
# Java / Gradle
build/
.gradle/
bin/
*.class
*.jar
# Anchored with `**/` so it reaches an adapter's own wrapper, not just a root one. The
# 1.8.9 adapter is the only build here that needs a wrapper — without its jar committed, a
# fresh clone and CI both fail at `./gradlew`.
!**/gradle/wrapper/gradle-wrapper.jar
# Forge / Minecraft dev
run/
runs/
logs/
.mixin.out/
# Ella runtime data (downloaded games, installed loaders, caches)
.ella-data/
workspaces/
# IDE
.idea/
.vscode/
*.iml
.classpath
.project
.settings/
# OS
Thumbs.db
.DS_Store
desktop.ini