mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Only ignore build directory at root
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -23,10 +23,10 @@ awx/ui/dist
|
|||||||
|
|
||||||
# Python & setuptools
|
# Python & setuptools
|
||||||
__pycache__
|
__pycache__
|
||||||
build
|
/build
|
||||||
deb-build
|
/deb-build
|
||||||
rpm-build
|
/rpm-build
|
||||||
tar-build
|
/tar-build
|
||||||
/dist
|
/dist
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.py[c,o]
|
*.py[c,o]
|
||||||
|
|||||||
Reference in New Issue
Block a user