diff options
author | Keith Grant <keithjgrant@redhat.com> | 2020-06-03 20:11:40 +0200 |
---|---|---|
committer | Keith Grant <keithjgrant@redhat.com> | 2020-06-29 22:49:58 +0200 |
commit | aa12e323b42bdec30470e155da9b0ba7f8f7f69c (patch) | |
tree | cac652d019f8a5443992838c7b76a39560afef49 /.gitignore | |
parent | Merge pull request #7469 from jakemcdermott/fix-7454 (diff) | |
download | awx-aa12e323b42bdec30470e155da9b0ba7f8f7f69c.tar.xz awx-aa12e323b42bdec30470e155da9b0ba7f8f7f69c.zip |
ignore .env.local file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f3635eabe..406382197f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ awx/ui/templates/ui/installing.html awx/ui_next/node_modules/ awx/ui_next/coverage/ awx/ui_next/build +awx/ui_next/.env.local rsyslog.pid /tower-license /tower-license/** |