Update .gitignore with *.log
Add additional rule to exclude files like npm-debug.log.
This commit is contained in:
parent
f8a4467b7d
commit
aff1841b3d
|
@ -27,3 +27,4 @@ project.xcworkspace
|
|||
|
||||
# Node
|
||||
node_modules
|
||||
*.log
|
||||
|
|
Loading…
Reference in New Issue