mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Ignore unison and emacs temporary files
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -133,9 +133,12 @@ awx/lib/site-packages
|
|||||||
venv/*
|
venv/*
|
||||||
use_dev_supervisor.txt
|
use_dev_supervisor.txt
|
||||||
|
|
||||||
.idea/*
|
|
||||||
|
|
||||||
# Ansible module tests
|
# Ansible module tests
|
||||||
awx_collection_test_venv/
|
awx_collection_test_venv/
|
||||||
awx_collection/*.tar.gz
|
awx_collection/*.tar.gz
|
||||||
awx_collection/galaxy.yml
|
awx_collection/galaxy.yml
|
||||||
|
|
||||||
|
.idea/*
|
||||||
|
*.unison.tmp
|
||||||
|
*.#
|
||||||
|
|||||||
Reference in New Issue
Block a user