Add global gitconfig & gitignore
This commit is contained in:
9
.gitconfig
Normal file
9
.gitconfig
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
|
||||||
|
[user]
|
||||||
|
email = hektor.misplon@gmail.com
|
||||||
|
name = Hektor Misplon
|
||||||
|
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore
|
||||||
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Global gitignore
|
||||||
|
# ______________________________
|
||||||
|
|
||||||
|
# Node
|
||||||
|
npm-debug.log
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# WebStorm
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# vi
|
||||||
|
*~
|
||||||
|
|
||||||
|
# General
|
||||||
|
log/
|
||||||
|
*.log
|
||||||
Reference in New Issue
Block a user