diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-08-25 17:08:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 17:08:07 +0300 |
commit | 5144101da635a9b653668732d27a445ef4392621 (patch) | |
tree | 62490dee6f89efbe0f2a0b3b29785887e3635843 /.gitignore | |
parent | c019c5d5ae61513aecb8b0f5a051e7b24b82db1d (diff) | |
download | vaadin-framework-5144101da635a9b653668732d27a445ef4392621.tar.gz vaadin-framework-5144101da635a9b653668732d27a445ef4392621.zip |
Cleaned out old references to removed buildhelpers and widgets modules. (#12383)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 22f7c33ddd..91591ef0c4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,6 @@ uitest/src/main/themes/VAADIN/themes/**/styles.scss.cache /build/classes /build/test-output /build/integration-test-output -/build/buildhelpers/com/vaadin/buildhelpers/*.class # /tests/ /tests/junit*.properties @@ -48,12 +47,10 @@ shared/target/ server/target/ client/target/ client-compiler/target/ -buildhelpers/target/ client-compiled/target/ liferay/target/ themes/target/ uitest/target/ -widgets/target/ .sass-cache phantomjsdriver.log |