mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Switch to Gradle. Use git log --follow for history.
This converts the project into a multi-module Gradle build. By default, Git does not show history past a rename, so use git log --follow to see further history.
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@ -3,17 +3,20 @@
|
||||
/.settings
|
||||
/eclipse
|
||||
/.idea
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
/bin
|
||||
/build
|
||||
/target
|
||||
/gradle
|
||||
/.gradle
|
||||
.gradle
|
||||
/forge-download
|
||||
/out
|
||||
/*/build
|
||||
/run
|
||||
/worldedit-forge/run
|
||||
|
||||
/dependency-reduced-pom.xml
|
||||
*-private.sh
|
||||
*-private.sh
|
Reference in New Issue
Block a user