added additional plugins
This commit is contained in:
parent
c85895d306
commit
00e60ec1b7
132 changed files with 27514 additions and 0 deletions
39
native/wordpress/wpforms-mailjet-automations/gitignore.txt
Normal file
39
native/wordpress/wpforms-mailjet-automations/gitignore.txt
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# WordPress Plugin - WPForms to Mailjet Automation
|
||||
# .gitignore
|
||||
|
||||
# Custom configuration file (user-specific settings)
|
||||
wpfmj-config.php
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Build artifacts
|
||||
admin/js/wpfmj-wizard.js
|
||||
admin/js/wpfmj-wizard.asset.php
|
||||
|
||||
# NPM files
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
*.old
|
||||
Loading…
Add table
Add a link
Reference in a new issue