Add credential helper and update gitignore
This commit is contained in:
parent
341f02d7d0
commit
3cd8dfbd82
2 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
||||||
name = Vladan Popovic
|
name = Vladan Popovic
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/vladan/.gitignore_global
|
excludesfile = /home/vladan/.gitignore_global
|
||||||
|
[credential]
|
||||||
|
helper = store
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
*~
|
*~
|
||||||
*.sw?
|
*.sw?
|
||||||
\#*\#
|
\#*\#
|
||||||
|
.#*
|
||||||
*tags
|
*tags
|
||||||
TAGS
|
TAGS
|
||||||
.python_history
|
.python_history
|
||||||
|
@ -23,3 +24,4 @@ pavucontrol.ini
|
||||||
*history
|
*history
|
||||||
*.db
|
*.db
|
||||||
*.journal
|
*.journal
|
||||||
|
.git-credentials
|
||||||
|
|
Loading…
Add table
Reference in a new issue