forked from github/plane
build: merge frontend and backend into a single repo
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user