########################
# TYPO3 Extension
# global ignore file
########################

#
# Ignore temporary files (left by editors)
*~
*.bak
*.swp

#
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.project
.settings
.TemporaryItems
.webprj
.php_cs.cache

#
# Ignore composer stuff
composer.lock
vendor/*

#
# Ignore common TYPO3 CMS files/directories
index.php
typo3
typo3_src
