diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b81de84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Example .gitignore file for your config dir. +# An * ensures that everything will be ignored. +* +# You can whitelist files/folders with !, these will not be ignored. +!*.yaml +!.gitignore +!*.md + +# Ignore folders. +.storage +.cloud +.google.token + +# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak. +ip_bans.yaml +secrets.yaml \ No newline at end of file