Skip to content

Commit

Permalink
Merge pull request #2 from commandrod/1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
commandrod authored Sep 3, 2022
2 parents e9c1194 + 57a60a2 commit 1565eda
Show file tree
Hide file tree
Showing 43 changed files with 107 additions and 719 deletions.
99 changes: 92 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# IntelliJ stuff
target/
test/
# User-specific stuff
.idea/

*.iml
*.ipr
*.iws

# IntelliJ
out/

# Compiled class file
*.class
Expand All @@ -11,9 +17,6 @@ test/
# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
Expand All @@ -25,4 +28,86 @@ test/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

target/

pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next

release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.flattened-pom.xml

# Common working directory
run/
9 changes: 0 additions & 9 deletions .idea/artifacts/EventTools_jar.xml

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/encodings.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .idea/jarRepositories.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__co_aikar_acf_paper_0_5_1_SNAPSHOT.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_code_gson_gson_2_8_8.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_guava_guava_21_0.xml

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__commons_lang_commons_lang_2_6.xml

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__it_unimi_dsi_fastutil_8_2_2.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__junit_junit_4_10.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__net_kyori_adventure_api_4_9_3.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__net_kyori_adventure_key_4_9_3.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1565eda

Please sign in to comment.