diff options
author | Bill Nottingham <notting@splat.cc> | 2019-04-18 18:03:04 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2019-04-18 18:03:04 +0200 |
commit | 63049fe99d71596be6efc8bcb8ad13eaffed4182 (patch) | |
tree | 5b0db470890629cbee685fe63814024b247abddb /.gitignore | |
parent | Merge pull request #3549 from vismay-golwala/verify_venv_on_launch (diff) | |
download | awx-63049fe99d71596be6efc8bcb8ad13eaffed4182.tar.xz awx-63049fe99d71596be6efc8bcb8ad13eaffed4182.zip |
remove sqlite db, add it to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f83159a690..88b221f518 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ reference-schema.json .tags1 # Tower +awx-dev awx/settings/local_*.py* awx/*.sqlite3 awx/*.sqlite3_* |