cleanup
This commit is contained in:
parent
6fa80ebda9
commit
cf2328f56f
6 changed files with 4 additions and 50 deletions
22
.gitattributes
vendored
22
.gitattributes
vendored
|
@ -1,22 +0,0 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
*.sln merge=union
|
||||
*.csproj merge=union
|
||||
*.vbproj merge=union
|
||||
*.fsproj merge=union
|
||||
*.dbproj merge=union
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,24 +0,0 @@
|
|||
*.bat
|
||||
*.sh
|
||||
*.db
|
||||
*.exe
|
||||
/*/
|
||||
/src/minecraft/assemblyline/textures
|
||||
/src/minecraft/assemblyline/language
|
||||
/src/minecraft/assemblyline/conveyor.ogg
|
||||
LICENSE.txt
|
||||
CHANGELOG
|
||||
|
||||
!/src/
|
||||
!/buildFiles/
|
||||
/src/minecraft/*
|
||||
!/src/minecraft/assemblyline/
|
||||
!/src/minecraft/dark/
|
||||
!/src/minecraft/dan200
|
||||
!/src/minecraft/ic2
|
||||
!/src/minecraft/buildcraft
|
||||
!/resources/
|
||||
!/models/
|
||||
!info.txt
|
||||
!AssemblyLineStandard.xml
|
||||
!/README
|
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "Universal-Electricity"]
|
||||
path = Universal-Electricity
|
||||
url = git://github.com/calclavia/Universal-Electricity
|
||||
url = git@github.com:calclavia/Universal-Electricity.git
|
||||
[submodule "Dark-Library"]
|
||||
path = Dark-Library
|
||||
url = git@github.com:DarkGuardsman/Dark-Library.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
1.5.1
|
|
@ -1 +0,0 @@
|
|||
0.3.0
|
|
@ -1 +0,0 @@
|
|||
0.3.0
|
Loading…
Reference in a new issue