zuul/.gitignore
Tobias Henkel b6f3167b9c
Revert "Revert "Create zuul/web/static on demand""
The js content tarball creation was broken. Instead of leaving the
symlink to a non-existing directory which gets created during python
setup we should just remove that symlink as well and create the
symlink and the static dir during the python setup. This way nothing
will be in the way of the javascript content generation.

This reverts commit eb7b18b38e.

Change-Id: I5f8bfa62cd2d4d9823b86dbcda14885230847a82
2020-07-07 19:53:33 +02:00

27 lines
246 B
Plaintext

*.sw?
*.egg
*.egg-info
*.pyc
*.retry
.idea
.mypy_cache
.test
.testrepository
.tox
.venv
.coverage
.stestr
AUTHORS
build/*
ChangeLog
doc/build/*
zuul/versioninfo
dist/
cover/
htmlcov/
web/build
zuul/web/static/*
!.keep
node_modules
yarn-error.log