mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
remove unnecessary dotfiles
This commit is contained in:
parent
b47be3c8c7
commit
519d2eebcb
6
.dput.cf
6
.dput.cf
@ -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
|
|
@ -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
|
|
@ -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]
|
|
@ -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
|
|
||||||
|
|
14
nodemon.json
14
nodemon.json
@ -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"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user