mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-10-03 16:20:58 +08:00
9 lines
212 B
Text
9 lines
212 B
Text
# Ignore files and directories that should not be tracked by Git
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Ensure these files are ignored no matter where they are located
|
|
*/phpcs.xml
|
|
*/composer.lock
|
|
*/composer.json
|
|
*/vendor/
|