Skip to content

Commit

Permalink
gitignore fix (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuesha-yc committed Oct 1, 2020
1 parent cae557d commit 928e9f6
Show file tree
Hide file tree
Showing 254 changed files with 361 additions and 125 deletions.
178 changes: 53 additions & 125 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,128 +1,56 @@
# Blacklist everything by default
*
# Folders
/assets/
/asm/
/backpacks/
/backups/
/crash-reports/
/customnpcs/
/CustomSkinLoader/
/journeymap/
/libraries/
/local/
/logs/
/null/
/saves/
/mods/
/native/
/shaderpacks/
/screenshots/
/OtherResourcepacks/
/versions/

!/.gitignore
!/.gitattributes
# Launch cache
/servers.dat
/NBTEdit.log
/OpenComputersMod-1.7.5.1290-lua53-native.64.dylib
/NBTEdit.log.lck
/optionsof.txt
/MTUtilsData.nbt
/minetweaker.log
/optionsshaders.txt
/betterfps.txt
/launcher_profiles.json
/BotaniaVars.dat
/usernamecache.json

# License files
!/LICENSE*
!/LICENSE_zh_CN*
# Resourcepacks
/resourcepacks/TFC_Anvil.zip
/resourcepacks/TFC_Texture_BDCraft_32x.zip
/resourcepacks/TFC_Texture_H3D_64x_v5.1.2.zip

# Documentation files
!/README.md
!/supporterlist.txt
!/supporterlistgold.txt

# Changelogs
!/changelog_en_US.txt
!/changelog_zh_CN.txt

# Lang file
!/GregTech.lang

# Resources
!/resources
!/scripts
!/resourcepacks/TFR Theme Texture
!/modpack
!/config/advRocketry
!/config/AE2Stuff
!/config/AppliedEnergistics2
!/config/Betterloadingscreen
!/config/betterquesting
!/config/CustomMainMenu
!/config/CustomOreGen
!/config/draconicevolution/
!/config/EnhancedLootBags/
!/config/forestry/
!/config/gendustry/
!/config/gregtech/worldgenerationnew.cfg
!/config/gregtech/stacksizes.cfg
!/config/gregtech/oreprocessing.cfg
!/config/gregtech/materials.cfg
!/config/gregtech/ids.cfg
!/config/gregtech/gregtech.cfg
!/config/MatterOverdrive/Matter Overdrive.cfg
!/config/MoegAddon/
!/config/MTUtils/
!/config/NEI/
!/config/OmniOcular/
!/config/opencomputers/
!/config/railcraft/
#!/config/recipes/
!/config/udary/
!/config/Avaritia.cfg
!/config/Avaritiaddons.cfg
!/config/Backpack.cfg
!/config/Baubles.cfg
!/config/BedrockLayer.cfg
!/config/betterbuilderswands.cfg
!/config/betterquesting.cfg
!/config/Botania.cfg
!/config/bq_standard.cfg
!/config/bspkrsCore.cfg
!/config/CarpentersBlocks.cfg
!/config/cfm.cfg
!/config/chisel.cfg
!/config/CocoaInput.cfg
!/config/CodeChickenCore.cfg
!/config/CustomNpcs.cfg
!/config/DraconicEvolution.Balance.cfg
!/config/DraconicEvolution.cfg
!/config/dungeonpack.cfg
#!/config/fastcraft.ini
!/config/flammpfeil.slashblade.cfg
!/config/fognerf.cfg
!/config/forge.cfg
!/config/forgeChunkLoading.cfg
!/config/HardcoreDarkness.cfg
!/config/HoloInventory.cfg
#!/config/IC2.ini
!/config/Ic2Nei.cfg
!/config/IC2NuclearControl.cfg
!/config/IGWMod.cfg
!/config/InGameInfoXML.cfg
!/config/injectedDependencies.json
#!/config/InvTweaks.cfg
!/config/InvTweaksCompatibility.xml
!/config/InvTweaksRules.txt
!/config/InvTweaksTree.txt
!/config/IronChest.cfg
!/config/ironchestminecarts.cfg
!/config/journeymap_ModInfo.cfg
!/config/libVulpes.cfg
!/config/LunatriusCore.cfg
!/config/MemoryCleaner.cfg
#!/config/MouseTweaks.cfg
!/config/NBTEdit.cfg
!/config/NEIAddons.cfg
!/config/neiintegration.cfg
!/config/OpenBlocks.cfg
!/config/OpenComputers.cfg
!/config/OpenMods.cfg
!/config/OpenModsLibCore.json
!/config/PluginMetrics.cfg
#!/config/splash.properties
!/config/TerraFirmaCraftNEIplugin.cfg
!/config/terrafirmastuff.cfg
!/config/TFC-Tweaks.cfg
!/config/tfcautomatedbellows.cfg
!/config/tfccellars.cfg
!/config/TFCConfig.cfg
!/config/TFCCrafting.cfg
!/config/TFCOre.cfg
!/config/TFCPrimitiveTech.cfg
!/config/TFCTech.cfg
!/config/TooMuchTime.cfg
!/config/ttfcapi.cfg
!/config/UnicodeFontFixer.cfg
#!/config/UniqueNames.txt
!/config/Waila.cfg
!/config/WailaHarvestability.cfg
!/config/WirelessCraftingTerminal.cfg

# Options files
!/gregtech.cfg
!/options.txt
!/config/IGI_TFR_DEBUG.xml
!/config/IGI_TFR_USER.xml
# Config cache
/config/recipes/
/config/fastcraft.ini
/config/IC2.ini
/config/InvTweaks.cfg
/config/MouseTweaks.cfg
/config/splash.properties
/config/UniqueNames.txt
/config/MatterOverdrive/Registry.matter
/config/gregtech/unification.cfg
/config/gregtech/recipes.cfg
/config/gregtech/materiallist.log
/config/AppliedEnergistics2/recipes/items.csv
/config/AppliedEnergistics2/CustomRecipes.cfg
/config/AppliedEnergistics2/Facades.cfg
/config/AppliedEnergistics2/VersionChecker.cfg
6 changes: 6 additions & 0 deletions config/gregtech/asm.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ASM Transformers, `true` to enable, `false` to disable
transformer:gregtech.asm.transformers.CoFHLib_HashFix = true
transformer:gregtech.asm.transformers.CoFHCore_CrashFix = true
transformer:gregtech.asm.transformers.Minecraft_LavaFlammableFix = true
transformer:gregtech.asm.transformers.Technomancy_ExtremelySlowLoadFix = true
transformer:gregtech.asm.transformers.Thaumcraft_AspectLagFix = true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
startFadeIn=18:00
endFadeIn=18:45
startFadeOut=18:50
endFadeOut=19:10
blend=add
rotate=true
axis=0.0 -0.2 0.0
source=./cloud2.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
startFadeIn=4:45
endFadeIn=5:10
startFadeOut=5:20
endFadeOut=6:05
blend=add
rotate=true
axis=0.0 -0.2 0.0
source=./cloud2.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
startFadeIn=5:30
endFadeIn=6:00
startFadeOut=17:50
endFadeOut=18:40
blend=screen
rotate=true
axis=0.0 -0.2 0.0
source=./cloud1.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
startFadeIn=17:30
endFadeIn=20:00
endFadeOut=6:10
blend=add
rotate=true
source=./starfield01.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
startFadeIn=19:30
endFadeIn=19:50
endFadeOut=4:40
blend=burn
rotate=true
axis=0.0 -0.2 0.0
source=./starfield02.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
startFadeIn=18:30
endFadeIn=18:45
endFadeOut=5:25
blend=add
rotate=true
axis=0.0 -0.2 0.0
source=./starfield03.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
startFadeIn=17:50
endFadeIn=18:30
endFadeOut=19:20
blend=add
rotate=true
source=./sky_sunflare.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
startFadeIn=4:40
endFadeIn=5:00
endFadeOut=5:50
blend=add
rotate=true
source=./sky_sunflare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 928e9f6

Please sign in to comment.