init to commit it
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Everything is ignored
|
||||
*
|
||||
# except for these
|
||||
!*.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
|
||||
known_devices.yaml
|
||||
Reference in New Issue
Block a user