mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 11:16:32 +00:00
Email plugin now functions more like the upload plugin. Users can go to the plugins page, click on the settings cog for the email, and switch between providers or change settings. The default provider is strapi-email-sendmail. Extra providers can be added by installing strapi-email-mailgun or strapi-email-sendgrid.
105 lines
1001 B
Plaintext
105 lines
1001 B
Plaintext
############################
|
|
# OS X
|
|
############################
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
.Spotlight-V100
|
|
.Trashes
|
|
._*
|
|
|
|
|
|
############################
|
|
# Linux
|
|
############################
|
|
|
|
*~
|
|
|
|
|
|
############################
|
|
# Windows
|
|
############################
|
|
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
|
|
############################
|
|
# Packages
|
|
############################
|
|
|
|
*.7z
|
|
*.csv
|
|
*.dat
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.seed
|
|
*.so
|
|
*.swo
|
|
*.swp
|
|
*.swn
|
|
*.swm
|
|
*.out
|
|
*.pid
|
|
|
|
|
|
############################
|
|
# Logs and databases
|
|
############################
|
|
|
|
.tmp
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
|
|
############################
|
|
# Misc.
|
|
############################
|
|
|
|
*#
|
|
ssl
|
|
.editorconfig
|
|
.gitattributes
|
|
.idea
|
|
nbproject
|
|
|
|
|
|
############################
|
|
# Node.js
|
|
############################
|
|
|
|
lib-cov
|
|
lcov.info
|
|
pids
|
|
logs
|
|
results
|
|
build
|
|
node_modules
|
|
.node_history
|
|
|
|
|
|
############################
|
|
# Tests
|
|
############################
|
|
|
|
test
|