diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..66fdfb0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +* text=auto + +# Java sources +*.java text diff=java +*.gradle text diff=java +*.gradle.kts text diff=java + +# These files are text and should be normalized (Convert crlf => lf) +*.css text diff=css +*.df text +*.htm text diff=html +*.html text diff=html +*.js text +*.jsp text +*.jspf text +*.jspx text +*.properties text +*.tld text +*.tag text +*.tagx text +*.xml text + +# These files are binary and should be left untouched +# (binary is a macro for -text -diff) +*.class binary +*.dll binary +*.ear binary +*.jar binary +*.so binary +*.war binary + diff --git a/.gitignore b/.gitignore index 177f1b0..acd7694 100644 --- a/.gitignore +++ b/.gitignore @@ -4,45 +4,45 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/dictionaries +**/.idea/**/workspace.xml +**/.idea/**/tasks.xml +**/.idea/dictionaries # Sensitive or high-churn files: -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.xml -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml +**/.idea/**/dataSources/ +**/.idea/**/dataSources.ids +**/.idea/**/dataSources.xml +**/.idea/**/dataSources.local.xml +**/.idea/**/sqlDataSources.xml +**/.idea/**/dynamic.xml +**/.idea/**/uiDesigner.xml # Gradle: -.idea/**/gradle.xml -.idea/**/libraries +**/.idea/**/gradle.xml +**/.idea/**/libraries # Mongo Explorer plugin: -.idea/**/mongoSettings.xml +**/.idea/**/mongoSettings.xml ## File-based project format: -*.iws +**/*.iws ## Plugin-specific files: # IntelliJ -/out/ +**//out/ # mpeltonen/sbt-idea plugin -.idea_modules/ +**/.idea_modules/ # JIRA plugin -atlassian-ide-plugin.xml +**/atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties +**/com_crashlytics_export_strings.xml +**/crashlytics.properties +**/crashlytics-build.properties +**/fabric.properties ### Python template # Byte-compiled / optimized / DLL files __pycache__/ @@ -151,30 +151,30 @@ ENV/ .mtj.tmp/ # Package Files # -*.jar -*.war -*.ear -*.zip -*.tar.gz -*.rar +**/*.jar +**/*.war +**/*.ear +**/*.zip +**/*.tar.gz +**/*.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ### Elixir template -/_build -/cover -/deps -erl_crash.dump -*.ez -*.beam +**/_build +**/cover +**/deps +**/erl_crash.dump +**/*.ez +**/*.beam ### Rust template # Generated by Cargo # will have compiled files and executables -/target/ +**//target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock -Cargo.lock +**/Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk diff --git a/exercism.exe b/exercism.exe deleted file mode 100644 index d3ce4cc..0000000 Binary files a/exercism.exe and /dev/null differ diff --git a/kotlin/accumulate/.idea/modules/accumulate_main.iml b/kotlin/accumulate/.idea/modules/accumulate_main.iml index 7614549..aaf5143 100644 --- a/kotlin/accumulate/.idea/modules/accumulate_main.iml +++ b/kotlin/accumulate/.idea/modules/accumulate_main.iml @@ -8,7 +8,6 @@ + +