chore(gitignore): 🔧 add missing log file pattern to ignore
Patterns added: *.log
This commit is contained in:
parent
a730712fd0
commit
5204ecf6cf
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
# Auto-added by auto-commit-service
|
||||
node_modules/
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue