diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
| commit | 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch) | |
| tree | e8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /.gitignore~ | |
| parent | ffe23313fb7421b0a1849b420baf708999023f7b (diff) | |
License, readme and stuff
Diffstat (limited to '.gitignore~')
| -rw-r--r-- | .gitignore~ | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore~ b/.gitignore~ index e69de29..0b0e24d 100644 --- a/.gitignore~ +++ b/.gitignore~ @@ -0,0 +1,22 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# API folders +codechicken/ +gregtech/ + +# Files backup +*.json~ +*.lang~ +*.xml~ +*.cfg~ |
