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