Update project configuration files, and API routes accordingly. Add SQLite runtime file ignores to .gitignore for better file management.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -47,8 +47,12 @@ build/
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Ignore SQLite runtime files
|
||||
bot/db/**/*.db-journal
|
||||
|
||||
# Ignore node_modules
|
||||
node_modules/
|
||||
|
||||
package-lock.json
|
||||
|
||||
# Ignore Next.js build output
|
||||
|
||||
Reference in New Issue
Block a user