# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Windows Installer files
*.cab
*.msi
*.msm
*.msp
*.exe

# Windows shortcuts
*.lnk

#
# =================================
# Gitignore For Linux OS
# =================================

# KDE directory preferences
.directory


#
# =================================
# Gitignore For Jetbrain
# =================================

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
*.iml

# Directory-based project format:
.idea/*.xml
.idea/*/

# File-based project format:
*.ipr
*.iws

# JIRA plugin
atlassian-ide-plugin.xml

#
# =================================
# Gitignore For Text Editor
# =================================

# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json

# Ignore Sublime .phpintel
.phpintel

# Ignore Visual Studio code
.vscode

#
# =================================
# Gitignore For Composer & Projects
# =================================

# ignore all lock file
*.lock

# ignore all log file
*.log

# ignore composer phar file
composer.phar

# add exclude vendor
vendor
