Add djoser to dependencies
This commit is contained in:
parent
4ec212f2f0
commit
0cc1c8a350
3 changed files with 28 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,9 +1,3 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
__pycache__/
|
||||
/db.sqlite3
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
@ -22,3 +16,10 @@ pnpm-debug.log*
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
__pycache__/
|
||||
/db.sqlite3
|
||||
/venv/
|
||||
|
|
Reference in a new issue