refactor: migrate backend to TypeScript
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Common
|
||||
.DS_Store
|
||||
/.env
|
||||
/node_modules/
|
||||
.idea/
|
||||
*.iws
|
||||
*.iml
|
||||
@@ -37,6 +38,7 @@
|
||||
/frontend/web/.vscode/launch.json
|
||||
|
||||
# Backend build tools
|
||||
/backend/node_modules/
|
||||
/backend/.gradle/
|
||||
/backend/build/
|
||||
!/backend/gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
Reference in New Issue
Block a user