You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/05/31 20:36:12 UTC

[airavata-django-portal] 02/02: Adding `settings_local*.py` to .gitignore

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 31b7e80fcf3909991dc71ec0155500f0c87e8ca1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri May 31 16:35:54 2019 -0400

    Adding `settings_local*.py` to .gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 926e56a..5124db2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.pyc
 db.sqlite3
 settings_local.py
+settings_local*.py
 .DS_Store
 node_modules
 .idea/