Minor updates
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -12,6 +12,7 @@ vite.config.ts.timestamp-*
|
|||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
*.log.*
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
@@ -21,3 +22,9 @@ lerna-debug.log*
|
|||||||
# Backups and archives
|
# Backups and archives
|
||||||
*.bak
|
*.bak
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
backups/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
|
*.kate-swp
|
||||||
Reference in New Issue
Block a user