refactor to composer api
Non working state
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@ -1 +1,19 @@
|
||||
.idea/
|
||||
# IDE directories
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Composer
|
||||
/vendor/
|
||||
/composer.lock
|
||||
|
||||
# Temporary files
|
||||
*.cache
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Node modules (if you use any JS build tools)
|
||||
/node_modules/
|
||||
|
||||
# Generated files
|
||||
/config.xml
|
Reference in New Issue
Block a user