1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

remove unnecessary dotfiles

This commit is contained in:
Ryan Petrello 2019-04-23 17:22:27 -04:00
parent b47be3c8c7
commit 519d2eebcb
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777
5 changed files with 0 additions and 62 deletions

View File

@ -1,6 +0,0 @@
[mini_dinstall]
fqdn = localhost
method = local
incoming = FIXME/deb-repo/mini-dinstall/incoming
run_dinstall = 0
post_upload_command = mini-dinstall -b -v

View File

@ -1,20 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
indent_style = tab
[**.py]
indent_style = space
indent_size = 4
[**.{js,less,html}]
indent_style = space
indent_size = 4
[**.{json}]
indent_style = space
indent_size = 2

View File

@ -1,16 +0,0 @@
[DEFAULT]
archivedir = FIXME/deb-repo
mail_to =
verify_sigs = false
architectures = all, amd64
archive_style = flat
generate_release = true
mail_on_success = false
release_codename = ansible-tower
release_description = Ansible Tower
release_label = ansible-tower
release_origin = ansible-tower
[trusty]
[precise]

View File

@ -1,6 +0,0 @@
[MASTER]
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=site-packages,ui,migrations,data

View File

@ -1,14 +0,0 @@
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"awx/ui/static/docs/**/*"
],
"watch": [
"tools/ui/timepiece.js",
"packaging/node/Brocfile.js",
"packaging/node/tower-app.js"
],
"ext": "js json less html"
}