Skip to content

Commit

Permalink
Merge pull request #11 from UnicornUniversity/jd-init-backend
Browse files Browse the repository at this point in the history
feat: express server init
  • Loading branch information
kubadrbohlav authored Mar 4, 2025
2 parents 1280019 + b2d645b commit cd13f5b
Show file tree
Hide file tree
Showing 4 changed files with 1,324 additions and 0 deletions.
25 changes: 25 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
.firebase

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

0 comments on commit cd13f5b

Please sign in to comment.