mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
.gitignore updates
This commit is contained in:
parent
2479eace44
commit
f57b6da6a5
10
.gitignore
vendored
10
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
# Tower
|
||||
awx/settings/local_settings.py*
|
||||
awx/*.sqlite3
|
||||
awx/*.sqlite3_*
|
||||
awx/job_status
|
||||
awx/projects
|
||||
awx/job_output
|
||||
@ -67,7 +68,7 @@ awx/awx_test.sqlite3-journal
|
||||
*.DS_Store
|
||||
|
||||
# Editors
|
||||
*.swp
|
||||
*.sw[poj]
|
||||
*~
|
||||
|
||||
# Vagrant
|
||||
@ -93,6 +94,13 @@ tower-backup-*
|
||||
env/*
|
||||
nohup.out
|
||||
reports
|
||||
*.bak
|
||||
*.bak[0-9]
|
||||
*.dot
|
||||
*.log
|
||||
*.log.[0-9]
|
||||
*.results
|
||||
local/
|
||||
|
||||
# AWX python libs populated by requirements.txt
|
||||
awx/lib/.deps_built
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user