#
# This is the .gitignore file for dante-wiki, the master development repository
#

.DS_Store
deprecated/
*.zip


.claude/

# Ignore the private directory, which will contain configuration data
# But do not ignore the README-private.md, which contains info and which is required
# in roder to retain the directory as such
private/*
!private/README-private.md

vendor/

#
# private configuration data
#
customize-PRIVATE.sh
localhost-key.pem
localhost.pem
login-key
login-key.pub
server.key
server.pem
mediawiki-PRIVATE.php
AWS-PRIVATE.txt
images/ssh-copy/bin/ssh_host_rsa_key.pub

# the content directories in volumes are generated locally

volumes/full/content/wiki-dir

# do not upload our experiments directory ( we do know that it contains numerous security issues, this is fine
# but since these are only experiments and not product parts this also should not be part of the scanning process
experiments/

##
## configuring live
##
live/

.vscode/tasks-min.json