updated gitignore
This commit is contained in:
parent
ecadb788cb
commit
0f89071f4c
3 changed files with 12 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,9 @@
|
|||
!*.txt
|
||||
!*.png
|
||||
!*.tcn
|
||||
!*.gitmodules
|
||||
!*.gitattributes
|
||||
!*.properties
|
||||
/*/
|
||||
LICENSE.txt
|
||||
CHANGELOG
|
||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "Universal-Electricity"]
|
||||
path = Universal-Electricity
|
||||
url = git://github.com/calclavia/Universal-Electricity
|
6
build.properties
Normal file
6
build.properties
Normal file
|
@ -0,0 +1,6 @@
|
|||
dir.development=./
|
||||
dir.mcp=${dir.development}forge/mcp
|
||||
version.minecraft=1.5+
|
||||
version.mod.major=0
|
||||
version.mod.minor=4
|
||||
version.mod.revis=0
|
Loading…
Reference in a new issue