Skip to content

Commit

Permalink
Merge pull request #356 from boostcampwm2023/BE/release
Browse files Browse the repository at this point in the history
[BE] :rec\
  • Loading branch information
SwiftyJunnos authored Jan 29, 2024
2 parents 8cf2494 + 5049270 commit 121c371
Show file tree
Hide file tree
Showing 34 changed files with 1,295 additions and 742 deletions.
42 changes: 41 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,44 @@ $RECYCLE.BIN/

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,xcode,swift,swiftpackagemanager
node_modules
# End of https://www.toptal.com/developers/gitignore/api/macos



# compiled output
dist
node_modules

# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# OS
.DS_Store

# Tests
/coverage
/.nyc_output

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

.env

37 changes: 0 additions & 37 deletions BE/musicspot/.gitignore

This file was deleted.

Loading

0 comments on commit 121c371

Please sign in to comment.