diff options
author | Shane McDonald <me@shanemcd.com> | 2017-02-27 14:56:50 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2017-02-27 14:56:59 +0100 |
commit | 739f4e6a50f8b62302b4bd2c857756d1a5e73e76 (patch) | |
tree | 38deb9937bc1b6ad04a682945a84b0b70fcc4992 /.gitignore | |
parent | Delete awx/ui/client/languages/*.json (diff) | |
download | awx-739f4e6a50f8b62302b4bd2c857756d1a5e73e76.tar.xz awx-739f4e6a50f8b62302b4bd2c857756d1a5e73e76.zip |
Add awx/ui/client/languages to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d5e58e8c87..57e2baf042 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ tower/tower_warnings.log celerybeat-schedule awx/ui/static awx/ui/build_test +awx/ui/client/languages # Tower setup playbook testing setup/test/roles/postgresql |