5a208feec0
* Delete npm from the project part 1 * Fix frontend test and change readme.md * Try to fix frontend test * Try to fix workflow frontend * Add yarn to .gitignore * Try to fix backend test. * Try to fix backend * Update README.md * Delete cache from project * Add cache folder to .gitignore * Fix backdend and frontend test * Update License Date * Remove yarn from README.md * Add special workflow requirements.txt * Change Location requirements.txt * Delete pytz entry * Delete pytest-django entry * Add pytest-django to requirements.txt
27 lines
276 B
Text
27 lines
276 B
Text
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
/tests/e2e/videos/
|
|
/tests/e2e/screenshots/
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|