ADD read-only flag to run script and ADD gitignore to source dir

This commit is contained in:
CaffeineFueled 2025-05-02 18:13:59 +02:00
parent 08f5d34079
commit cc6f03d27b
2 changed files with 6 additions and 1 deletions

4
source/.gitignore vendored Normal file
View file

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