Add mm server bin directory (#13738)

* Add server bin directory needed for build process.
This commit is contained in:
Elisabeth Kulzer
2020-01-23 12:34:29 +01:00
committed by GitHub
parent 58fb80e377
commit 5eabfaac67
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@ logs
.DS_Store
node_modules
/dist
/bin
/webapp/dist
jobserver
npm-debug.log

3
bin/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Folder required for build process
*
!.gitignore