feat: add .xlsx files to .gitignore to prevent tracking of spreadsheet files
This commit is contained in:
parent
f642c09fad
commit
24b8a706a4
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -40,3 +40,6 @@ yarn-error.log*
|
|||
next-env.d.ts
|
||||
|
||||
/src/generated/prisma
|
||||
|
||||
# files
|
||||
*.xlsx
|
||||
Loading…
Add table
Reference in a new issue