Debucquoy Anthony
e68118945c
Some checks reported errors
continuous-integration/drone/push Build was killed
This is the base of the frontend with a CI to deploy it to clyde.herisson.ovh with each push to master Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com> Reviewed-on: #23
31 lines
342 B
Plaintext
31 lines
342 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tsbuildinfo
|
|
|
|
# Personal but I don't like to store the lock
|
|
package-lock.json
|