Tidy
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Ignore Rubrik API config (contains secrets)
|
||||||
|
rbk_api.conf
|
||||||
|
# Ignore example config if you want to keep it local only
|
||||||
|
#rbk_api.conf.example
|
||||||
|
|
||||||
|
# Ignore temporary files
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Ignore session and response files
|
||||||
|
.rkbsession.*
|
||||||
|
/tmp/rbkresponse.*
|
||||||
|
/tmp/mountedDBs.*
|
||||||
|
/tmp/payload.*
|
||||||
|
|
||||||
|
# Ignore zip and backup files
|
||||||
|
*.zip
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Ignore SCRATCH and other local folders
|
||||||
|
SCRATCH/
|
||||||
|
|
||||||
|
# Ignore OS and editor files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
5
rbk_api.conf.example
Normal file
5
rbk_api.conf.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# IP Address (or DNS name) of Rubrik CDM
|
||||||
|
RUBRIK_IP=jp-edge-proxmox.pattinson.org
|
||||||
|
|
||||||
|
ID="client|673af632-150d-47e0-908e-66a6d71fe621"
|
||||||
|
SECRET=XxxxxxXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
Reference in New Issue
Block a user