NeoForge/.gitignore
Technici4n 2c7c3f2796 Port to 1.21.4
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>
2024-12-03 17:26:59 +01:00

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/