Merge commit 'd435f549fe9bbfbea64ed9be36104e7a23f9603c' as 'libraries/action-scheduler'
This commit is contained in:
25
libraries/action-scheduler/.gitignore
vendored
Normal file
25
libraries/action-scheduler/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Operating System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
.idea
|
||||
.vscode/*
|
||||
project.xml
|
||||
project.properties
|
||||
.project
|
||||
.settings*
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.sublimelinterrc
|
||||
|
||||
# Project files
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
#PHP Unit
|
||||
.phpunit.result.cache
|
||||
phpunit.xml
|
||||
|
||||
# Build files
|
||||
action-scheduler.zip
|
||||
Reference in New Issue
Block a user