Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 195 B
# Ignore any file or directory in this directory
/*
!/.gitignore

# Explicitly include modules that ship with simplesamlphp
!/admin/
!/core/
!/cron/
!/exampleauth/
!/multiauth/
!/portal/
!/saml/