@ -8,9 +8,6 @@ ehthumbs_vista.db
# Dump file
# Dump file
*.stackdump
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
# Recycle Bin used on file shares
$RECYCLE.BIN/
$RECYCLE.BIN/
@ -77,12 +74,6 @@ Temporary Items
##### GPG
##### GPG
secring.*
secring.*
##### Dropbox
# Dropbox settings and caches
.dropbox
.dropbox.attr
.dropbox.cache
##### SynopsysVCS
##### SynopsysVCS
# Waveform formats
# Waveform formats
*.vcd
*.vcd
@ -165,23 +156,11 @@ Sessionx.vim
# Temporary
# Temporary
.netrwhist
.netrwhist
*~
# Auto-generated tag files
# Auto-generated tag files
tags
tags
# Persistent undo
# Persistent undo
[._]*.un~
[._]*.un~
##### Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
# Org-mode
.org-id-locations
.org-id-locations
*_archive
*_archive
@ -254,10 +233,6 @@ bh_unicode_properties.cache
# https://packagecontrol.io/packages/sublime-github
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
GitHub.sublime-settings
##### Notepad++
# Notepad++ backups #
*.bak
##### TextMate
##### TextMate
*.tmproj
*.tmproj
*.tmproject
*.tmproject
@ -280,7 +255,6 @@ tmtags
**/nbproject/Package-*.bash
**/nbproject/Package-*.bash
build/
build/
nbbuild/
nbbuild/
dist/
nbdist/
nbdist/
.nb-gradle/
.nb-gradle/
@ -289,27 +263,27 @@ nbdist/
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
# User-specific stuff
.idea/**/workspace.xml
php/ .idea/**/workspace.xml
.idea/**/tasks.xml
php/ .idea/**/tasks.xml
.idea/**/usage.statistics.xml
php/ .idea/**/usage.statistics.xml
.idea/**/dictionaries
php/ .idea/**/dictionaries
.idea/**/shelf
php/ .idea/**/shelf
# Generated files
# Generated files
.idea/**/contentModel.xml
php/ .idea/**/contentModel.xml
# Sensitive or high-churn files
# Sensitive or high-churn files
.idea/**/dataSources/
php/ .idea/**/dataSources/
.idea/**/dataSources.ids
php/ .idea/**/dataSources.ids
.idea/**/dataSources.local.xml
php/ .idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
php/ .idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
php/ .idea/**/dynamic.xml
.idea/**/uiDesigner.xml
php/ .idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
php/ .idea/**/dbnavigator.xml
# Gradle
# Gradle
.idea/**/gradle.xml
php/ .idea/**/gradle.xml
.idea/**/libraries
php/ .idea/**/libraries
# Gradle and Maven with auto-import
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# When using Gradle or Maven with auto-import, you should exclude module files,
@ -328,7 +302,7 @@ nbdist/
cmake-build-*/
cmake-build-*/
# Mongo Explorer plugin
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
php/ .idea/**/mongoSettings.xml
# File-based project format
# File-based project format
*.iws
*.iws
@ -343,7 +317,7 @@ out/
atlassian-ide-plugin.xml
atlassian-ide-plugin.xml
# Cursive Clojure plugin
# Cursive Clojure plugin
.idea/replstate.xml
php/ .idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
com_crashlytics_export_strings.xml
@ -352,17 +326,15 @@ crashlytics-build.properties
fabric.properties
fabric.properties
# Editor-based Rest Client
# Editor-based Rest Client
.idea/httpRequests
php/ .idea/httpRequests
# Android studio 3.1+ serialized cache file
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
php/ .idea/caches/build_file_checksums.ser
##### Eclipse
##### Eclipse
.metadata
.metadata
bin/
bin/
tmp/
tmp/
*.tmp
*.bak
*.swp
*.swp
*~.nib
*~.nib
local.properties
local.properties
@ -376,12 +348,6 @@ local.properties
# Locally stored "Eclipse launch configurations"
# Locally stored "Eclipse launch configurations"
*.launch
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
# CDT- autotools
.autotools
.autotools
@ -410,11 +376,6 @@ local.properties
.apt_generated/
.apt_generated/
.apt_generated_test/
.apt_generated_test/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
#.project
@ -452,12 +413,13 @@ gradle-app.setting
# gradle/wrapper/gradle-wrapper.properties
# gradle/wrapper/gradle-wrapper.properties
##### Composer
##### Composer
composer.phar
php/composer.phar
/vendor/
php/composer
php/vendor/
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock
php/ composer.lock
##### PHP CodeSniffer
##### PHP CodeSniffer
# gitignore for the PHP Codesniffer framework
# gitignore for the PHP Codesniffer framework