diff --git a/.gitignore b/.gitignore index 99afbb4..21161ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,29 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml +.idea + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + *.pyc *.flac .vscode diff --git a/homepage/index.php b/homepage/index.php index 957a9fd..eeae423 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -37,7 +37,7 @@ body::-webkit-scrollbar { display:none } - +