Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Sep 25, 2020
1 parent 2864b90 commit a1cc615
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ build/
node_modules/
dist/
*.iml
.gradle
.gradle
Binary file removed .gradle/4.2.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.2.1/fileContent/fileContent.lock
Binary file not shown.
Binary file removed .gradle/4.2.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/4.2.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/4.2.1/taskHistory/fileSnapshots.bin
Binary file not shown.
Binary file removed .gradle/4.2.1/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed .gradle/4.2.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/webpack/config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
]),
new MetaVersionsPlugin(),
new ZipPlugin({
filename: `dw-playground-2.0.0.zip`,
filename: `dw-playground-0.1.zip`,
path: path.join(rootPath, 'dist')
}),
new webpack.NoEmitOnErrorsPlugin()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
uiVersion=2.3.1-SNAPSHOT
uiVersion=0.1-SNAPSHOT


0 comments on commit a1cc615

Please sign in to comment.