Remove gitignore from awx/ui_next and add rules to base gitignore

This commit is contained in:
mabashian 2019-06-28 09:23:45 -04:00
parent 2de5fbdac7
commit 051bbcaeb5
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -28,6 +28,9 @@ awx/ui/build_test
awx/ui/client/languages
awx/ui/templates/ui/index.html
awx/ui/templates/ui/installing.html
awx/ui_next/node_modules/
awx/ui_next/coverage/
awx/ui_next/build/locales/_build
/tower-license
/tower-license/**
tools/prometheus/data

View File

@ -1,3 +0,0 @@
node_modules/
coverage/
build/locales/_build