Add /.cache to .gitignore
Add /.cache to .gitignore: this folder should be ignored and never pushed to git. Change-Id: Iaf0a23fbd2f1885a09adcc71ec5505f36f9aaf28
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -53,3 +53,6 @@ sys_test.log
|
||||
# Certs
|
||||
/ca.crt
|
||||
/ca.pem
|
||||
|
||||
# Cache
|
||||
/.cache
|
||||
|
||||
Reference in New Issue
Block a user