Update .gitignore to include db.sql and remove the db.sql file from the config directory.
This commit is contained in:
parent
8a6ceacf32
commit
4b103b23ac
|
|
@ -39,3 +39,6 @@ yarn-error.log*
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
|
|
||||||
|
/config/db.sql
|
||||||
BIN
config/db.sql
BIN
config/db.sql
Binary file not shown.
Loading…
Reference in New Issue