Skip to content

Commit

Permalink
new .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Dec 12, 2023
1 parent 58a3f22 commit c365a14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
19 changes: 12 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
# gradle

.gradle/
build/
out/
classes/
libs/

# idea
# eclipse
*.launch

# idea
.idea/
*.iml
*.ipr
*.iws

# vscode

.settings/
.vscode/
bin/
.classpath
.project

# fabric
# macos
*.DS_Store

# fabric
run/
files/
temp/

# java
hs_err_*.log
replay_*.log
*.hprof
*.jfr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class LambdaRebuilder implements IMappingProvider {
public LambdaRebuilder(File optifineFile, File minecraftClientFile) throws IOException {
optifineJar = new JarFile(optifineFile);
clientJar = new JarFile(minecraftClientFile);

}

public void buildLambdaMap() throws IOException {
Expand Down

0 comments on commit c365a14

Please sign in to comment.