Skip to content

Commit

Permalink
Merge pull request #389 from Nalgritz/move-e2e-out-client
Browse files Browse the repository at this point in the history
Move e2e out client
  • Loading branch information
Cybertron01Z authored Jan 19, 2025
2 parents 56d35d4 + ac243f3 commit 7c90d14
Show file tree
Hide file tree
Showing 29 changed files with 2,253 additions and 2,629 deletions.
33 changes: 27 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
server/node_modules/
# Logs
logs
*.log
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

**/node_modules

server/lib/
client/node_modules/

client/dist/
client/dist-ssr
client/*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

webpack-build-stats.json
deploy/
node_modules/
.idea
npm-debug.log
*.log.*
npm_dependencies_report.*.md
Loading

0 comments on commit 7c90d14

Please # to comment.