mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-10-04 16:31:05 +08:00
new file: .github/copilot-instructions.md
modified: .gitignore
This commit is contained in:
parent
9a326f1049
commit
2de33ff63d
2 changed files with 112 additions and 10 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,12 +1,9 @@
|
|||
phpcs.xml
|
||||
# Ignore files and directories that should not be tracked by Git
|
||||
.vscode/
|
||||
vendor/
|
||||
*.code-workspace
|
||||
.history/
|
||||
*.log
|
||||
*.tmp
|
||||
*.cache
|
||||
~$*
|
||||
*~
|
||||
composer.lock
|
||||
composer.json
|
||||
|
||||
# Ensure these files are ignored no matter where they are located
|
||||
*/phpcs.xml
|
||||
*/composer.lock
|
||||
*/composer.json
|
||||
*/vendor/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue