+ Add ignores for generated files
+ Add webpack
This commit is contained in:
2021-04-18 00:49:55 +05:30
parent bef076239e
commit 518e8ecbed
12 changed files with 8229 additions and 152 deletions

View File

@@ -2,4 +2,8 @@ node_modules/**
client/node_modules/**
client/out/**
server/node_modules/**
server/out/**
server/out/**
server/dist/**
client/dist/**
client/src/generated/**