diff options
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/.gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dashboard/.gitignore b/dashboard/.gitignore index 4154fdd..0a20224 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -1,5 +1,3 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ *.py[cod] # C extensions @@ -42,5 +40,5 @@ bower_components/ config.env # rsa key files -rsa.pem -rsa.pub +src/account/rsa.pem +src/account/rsa.pub |