mirror of
https://github.com/neoforged/NeoForge.git
synced 2025-12-10 00:22:25 -06:00
Co-authored-by: coehlrich <coehlrich@users.noreply.github.com> Co-authored-by: Marc Hermans <marc.hermans@ldtteam.com> Co-authored-by: Matyrobbrt <matyrobbrt@gmail.com> Co-authored-by: Minecraftschurli <minecraftschurli@gmail.com> Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com> Co-authored-by: XFactHD <xfacthd@gmx.de>
48 lines
494 B
Plaintext
48 lines
494 B
Plaintext
#eclipse
|
|
**/bin
|
|
**/.settings
|
|
**/.classpath
|
|
*.project
|
|
tests/.eclipse
|
|
|
|
#In case people make their workspace in the repo
|
|
/eclipse/
|
|
|
|
#idea
|
|
/.idea
|
|
/*/out
|
|
/classes
|
|
*.iml
|
|
|
|
#gradle
|
|
/build
|
|
/.gradle
|
|
/*/build
|
|
/*/.gradle
|
|
|
|
#occupational hazards
|
|
/projects/**/*.launch
|
|
/repo/
|
|
.run
|
|
src/generated/resources/.cache/
|
|
tests/src/generated/resources/.cache/
|
|
|
|
#Patch rejects
|
|
#/patches-/
|
|
#*.patch.rej
|
|
#/projects/*/rejects/
|
|
|
|
# FML changelog
|
|
changelog.txt
|
|
*.py
|
|
*.7z
|
|
/logs/
|
|
|
|
build
|
|
**/build
|
|
|
|
**/eclipse/
|
|
**/runs/
|
|
|
|
**/out/
|