add: ignore system files, docker files and some wp default files

This commit is contained in:
2024-11-08 14:07:26 -03:00
parent ea38cbba1a
commit bfa26ed189

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# do not index local settings
docker-compose.y*ml
# ignore system files
.DS_Store
# do not bother adding index.php from wp-content (will be replaced)
wp-content/themes/index.php
wp-content/plugins/index.php