git ignore

This commit is contained in:
vboxuser 2024-12-10 18:59:02 +01:00
parent cc27c9e6d2
commit 48318e2a0c
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
/images/*
/html/*

4
html/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
images/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore