diff --git a/.gitignore b/.gitignore index 8290222..54ad16e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,37 @@ -# ---> Linux +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/ +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +### Linux template *~ +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* - diff --git a/mailserver.sh b/mailserver.sh new file mode 100644 index 0000000..20d602b --- /dev/null +++ b/mailserver.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +