build: merge frontend and backend into a single repo
This commit is contained in:
parent
10ce333e6f
commit
26ec1e8c15
126 changed files with 8280 additions and 1 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -39,4 +39,26 @@ yarn-error.log*
|
|||
.vercel
|
||||
|
||||
# Turborepo
|
||||
.turbo
|
||||
.turbo
|
||||
|
||||
## Django ##
|
||||
venv
|
||||
*.pyc
|
||||
staticfiles
|
||||
mediafiles
|
||||
.env
|
||||
.DS_Store
|
||||
|
||||
node_modules/
|
||||
assets/dist/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
package-lock.json
|
||||
.vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue