mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°2435.5 Manage SwiftMailer lib using composer
This commit is contained in:
25
lib/pelago/emogrifier/.gitignore
vendored
Normal file
25
lib/pelago/emogrifier/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
#########################
|
||||
# global ignore file
|
||||
########################
|
||||
# ignoring temporary files (left by e.g. vim)
|
||||
# ignoring by common IDE's used directories/files
|
||||
# dont ignore .rej and .orig as we want to see/clean files after conflict resolution
|
||||
#
|
||||
# for local exclude patterns please edit .git/info/exclude
|
||||
#
|
||||
*~
|
||||
*.bak
|
||||
*.idea
|
||||
*.project
|
||||
*.swp
|
||||
.buildpath
|
||||
.cache
|
||||
.project
|
||||
.session
|
||||
.settings
|
||||
.TemporaryItems
|
||||
.webprj
|
||||
nbproject
|
||||
/.php_cs.cache
|
||||
/vendor/
|
||||
composer.lock
|
||||
Reference in New Issue
Block a user