From ec4448e72cdd75203bee71437723fe140944ebce Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Sat, 30 May 2020 11:31:28 +0200 Subject: I want the .iml on my repo because I'm lazy --- .gitignore | 85 +++++++++++++++++++++++---------------------- kekztech.iml | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+), 43 deletions(-) create mode 100644 kekztech.iml diff --git a/.gitignore b/.gitignore index 86f8d9a9d8..9a064e9f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,42 @@ -# Log file -*.log - -# Package Files # -*.log.gz -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# java related things -hs_err_pid* -*.class -/bin/ - -# gradle related things -/build/ -/.gradle -/.gradle/* -.gradle - -# minecraft related things -options.txt -usernamecache.json -/logs/ -/crash-reports/ -/saves/ -/config/ - -# intellij related things -.idea/dictionaries/* - -# other stuff -eclipse/ -eclipse/* -out/ -out/* -*.iml -*.ipr -*.iws - +# Log file +*.log + +# Package Files # +*.log.gz +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# java related things +hs_err_pid* +*.class +/bin/ + +# gradle related things +/build/ +/.gradle +/.gradle/* +.gradle + +# minecraft related things +options.txt +usernamecache.json +/logs/ +/crash-reports/ +/saves/ +/config/ + +# intellij related things +.idea/dictionaries/* + +# other stuff +eclipse/ +eclipse/* +out/ +out/* +*.ipr +*.iws + diff --git a/kekztech.iml b/kekztech.iml new file mode 100644 index 0000000000..1bd1c005e1 --- /dev/null +++ b/kekztech.iml @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit