Skip to content

Commit

Permalink
redo gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Oct 19, 2024
1 parent c1497e9 commit ab29a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
23 changes: 4 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,10 @@ gradle-app.setting
# JDT-specific (Eclipse Java Development Tools)
.classpath

# User-specific stuff
.idea/

*.iml
*.ipr
*.iws
# Run-Task
run/*
!run/eula.txt

# IntelliJ
out/
# Run-Task
run/

# Compiled class file
*.class

# Package Files #
*.jar

target/

release.properties
buildNumber.properties
.idea/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "xyz.jpenilla.run-paper" version "2.3.1"
id 'xyz.jpenilla.run-paper' version '2.3.1'
}

group = 'org.evlis'
Expand Down
5 changes: 0 additions & 5 deletions run/commands.yml

This file was deleted.

0 comments on commit ab29a1a

Please sign in to comment.