forked from 00dani/lemoncurry
Swap from Poetry to PDM
This commit is contained in:
parent
c49e17db90
commit
9d11cc7576
4 changed files with 1240 additions and 2438 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Created by https://www.gitignore.io/api/django
|
||||
|
||||
### Django ###
|
||||
|
@ -15,9 +14,10 @@ media
|
|||
# <django-project-name>/staticfiles/
|
||||
|
||||
# End of https://www.gitignore.io/api/django
|
||||
|
||||
/.pdm-python
|
||||
/.env
|
||||
/.mypy_cache
|
||||
/.pytest_cache
|
||||
/*.egg-info/
|
||||
/static
|
||||
node_modules
|
||||
/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue