diff options
author | AlanCoding <arominge@redhat.com> | 2020-06-10 13:14:34 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2020-06-19 15:08:57 +0200 |
commit | 721ed516a442c90a7641670c62daebff053bc704 (patch) | |
tree | a76a491158ec2c1ede31d1a6ae26350e9377f39d /.gitignore | |
parent | Include a default galaxy.yml file (diff) | |
download | awx-721ed516a442c90a7641670c62daebff053bc704.tar.xz awx-721ed516a442c90a7641670c62daebff053bc704.zip |
Separate folder for templating collection stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2bdcfc7bd1..37727320b1 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,7 @@ use_dev_supervisor.txt /awx_collection_test_venv/ /awx_collection/*.tar.gz /sanity/ +/awx_collection_build/ .idea/* *.unison.tmp |