diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ebb0184 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +source_assets export-ignore +index.html export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..580bf5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Created by .ignore support plugin (hsz.mobi) +### 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/ +*.gz +*.zip +*.log +*.iml