Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 29 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,45 @@
#eclipse
.project
.classpath
.metadata
org.*
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
eclipse

#idea
*.iml
# idea
out
*.ipr
*.iws
*.iml
.idea
out

#gradle
# gradle
build
.gradle
modules
libs

#runtime
run
classes
run_server
run_data

#mac
.DS_Store

#Custom code to inject the the dev environment
custom
test-results

#licnse_checker
# Not in git because it contains names + emails.
license_checker/agreed.txt
license_checker/unused_code.txt
license_checker/out/**

# Files from Forge MDK
forge*changelog.txt

# For some annoying reason the tests creates a log file in "/logs/latest.txt"
logs
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "BuildCraft"]
path = BuildCraft
url = https://github.com/BuildCraft/BuildCraft.git
url = https://github.com/CalenXwX/BuildCraft.git
branch = 8.0.x-1.18.2
2 changes: 1 addition & 1 deletion BuildCraft
Submodule BuildCraft updated 7927 files
Loading