forked from
ewancroft.uk/atproto-connect
a Fabric Minecraft mod that connects the game to the AT Protocol.
1# gradle
2
3.gradle/
4build/
5out/
6classes/
7
8# eclipse
9
10*.launch
11
12# idea
13
14.idea/
15*.iml
16*.ipr
17*.iws
18
19# vscode
20
21.settings/
22.vscode/
23bin/
24.classpath
25.project
26
27# macos
28
29*.DS_Store
30
31# fabric
32
33run/
34
35# java
36
37hs_err_*.log
38replay_*.log
39*.hprof
40*.jfr