31 lines
449 B
Plaintext
31 lines
449 B
Plaintext
# Ignore Rubrik API config (contains secrets)
|
|
*.conf
|
|
# Ignore example config if you want to keep it local only
|
|
#rbk_api.conf.example
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
*~
|
|
|
|
# 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/
|