From 7176d88392f62054c4527343ee03d5bdbf9de967 Mon Sep 17 00:00:00 2001 From: shawnhatch <30730734+shawnhatch@users.noreply.github.com> Date: Wed, 17 May 2023 20:01:58 -0400 Subject: [PATCH] Removed duplicative gitignore files. Updated repo-level gitignore file to ignore all .idea folder content (#126) Co-authored-by: Shawn --- .gitignore | 3 +- gcm4/.gitignore | 324 ------------------ .../gcm4_lesson_01_hello_world/.gitignore | 324 ------------------ .../lessons/gcm4_lesson_02_plugins/.gitignore | 324 ------------------ .../lessons/gcm4_lesson_03_actors/.gitignore | 324 ------------------ .../gcm4_lesson_04_data_managers/.gitignore | 324 ------------------ .../lessons/gcm4_lesson_05_events/.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../gcm4_lesson_08_plugin_data/.gitignore | 324 ------------------ .../gcm4_lesson_09_experiments/.gitignore | 324 ------------------ .../lessons/gcm4_lesson_10_output/.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../gcm4_lesson_12_reports_plugin/.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../gcm4_lesson_14_people_plugin/.gitignore | 324 ------------------ .../gcm4_lesson_15_regions_plugin/.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../gcm4_lesson_17_groups_plugin/.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ .../.gitignore | 324 ------------------ 21 files changed, 2 insertions(+), 6481 deletions(-) delete mode 100644 gcm4/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_01_hello_world/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_02_plugins/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_03_actors/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_04_data_managers/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_05_events/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_06_plugin_dependencies/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_07_plugin_dependency_graph/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_08_plugin_data/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_09_experiments/.gitignore delete mode 100644 tutorials/lessons/gcm4_lesson_10_output/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_11_stochastics_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_12_reports_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_13_global_properties_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_14_people_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_15_regions_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_16_person_properties_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_17_groups_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_18_resources_plugin/.gitignore delete mode 100644 tutorials/plugins/gcm4_lesson_19_materials_plugin/.gitignore diff --git a/.gitignore b/.gitignore index f3b86effa..8524ee842 100644 --- a/.gitignore +++ b/.gitignore @@ -154,7 +154,8 @@ local.properties # https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore ################################### - +#Ignore all .idea folder content +.idea/ # User-specific stuff: .idea/**/workspace.xml .idea/**/tasks.xml diff --git a/gcm4/.gitignore b/gcm4/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/gcm4/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_01_hello_world/.gitignore b/tutorials/lessons/gcm4_lesson_01_hello_world/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_01_hello_world/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_02_plugins/.gitignore b/tutorials/lessons/gcm4_lesson_02_plugins/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_02_plugins/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_03_actors/.gitignore b/tutorials/lessons/gcm4_lesson_03_actors/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_03_actors/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_04_data_managers/.gitignore b/tutorials/lessons/gcm4_lesson_04_data_managers/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_04_data_managers/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_05_events/.gitignore b/tutorials/lessons/gcm4_lesson_05_events/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_05_events/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_06_plugin_dependencies/.gitignore b/tutorials/lessons/gcm4_lesson_06_plugin_dependencies/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_06_plugin_dependencies/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_07_plugin_dependency_graph/.gitignore b/tutorials/lessons/gcm4_lesson_07_plugin_dependency_graph/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_07_plugin_dependency_graph/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_08_plugin_data/.gitignore b/tutorials/lessons/gcm4_lesson_08_plugin_data/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_08_plugin_data/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_09_experiments/.gitignore b/tutorials/lessons/gcm4_lesson_09_experiments/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_09_experiments/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/lessons/gcm4_lesson_10_output/.gitignore b/tutorials/lessons/gcm4_lesson_10_output/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/lessons/gcm4_lesson_10_output/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_11_stochastics_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_11_stochastics_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_11_stochastics_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_12_reports_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_12_reports_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_12_reports_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_13_global_properties_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_13_global_properties_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_13_global_properties_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_14_people_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_14_people_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_14_people_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_15_regions_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_15_regions_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_15_regions_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_16_person_properties_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_16_person_properties_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_16_person_properties_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_17_groups_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_17_groups_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_17_groups_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_18_resources_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_18_resources_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_18_resources_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file diff --git a/tutorials/plugins/gcm4_lesson_19_materials_plugin/.gitignore b/tutorials/plugins/gcm4_lesson_19_materials_plugin/.gitignore deleted file mode 100644 index 3863064f6..000000000 --- a/tutorials/plugins/gcm4_lesson_19_materials_plugin/.gitignore +++ /dev/null @@ -1,324 +0,0 @@ -################################### -# START Custom -################################### - -.classpath -.project -.idea - -# Specifically for intelliJ. Duplicative with part of the intelliJ section, but not a full replacement -.idea/ -*.iml - -################################### -# END Custom -################################### - -################################### -# START Java -# https://github.com/github/gitignore/blob/master/Java.gitignore -################################### - -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.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* - -################################### -# END Java -################################### - -################################### -# START R -# https://github.com/github/gitignore/blob/master/R.gitignore -################################### - -# History files -.Rhistory -.Rapp.history - -# Session Data files -.RData - -# Example code in package build process -*-Ex.R - -# Output files from R CMD build -/*.tar.gz - -# Output files from R CMD check -/*.Rcheck/ - -# RStudio files -.Rproj.user/ - -# produced vignettes -vignettes/*.html -vignettes/*.pdf - -# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth - -# knitr and R markdown default cache directories -/*_cache/ -/cache/ - -# Temporary files created by R markdown -*.utf8.md -*.knit.md - -################################### -# END R -################################### - -################################### -# START Eclipse -# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore -################################### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -################################### -# END Eclipse -################################### - -################################### -# START JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore -################################### - -# User-specific stuff: -.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 - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -################################### -# END JetBrains -################################### - -################################### -# START Maven -# https://github.com/github/gitignore/blob/master/Maven.gitignore -################################### - -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar - -################################### -# END Maven -################################### - -################################### -# START Windows -# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore -################################### - -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Dump file -*.stackdump - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -################################### -# END Windows -################################### - -################################### -# START MS Office -# https://github.com/github/gitignore/blob/master/Global/MicrosoftOffice.gitignore -################################### - -*.tmp - -# Word temporary -~$*.doc* - -# Excel temporary -~$*.xls* - -# Excel Backup File -*.xlk - -# PowerPoint temporary -~$*.ppt* - -# Visio autosave temporary files -*.~vsd* - -################################### -# END MS Office -################################### - -################################### -# START MacOS -# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -################################### - -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -################################### -# END MacOS -################################### \ No newline at end of file