Add global gitconfig & gitignore

master
Hektor Misplon 2020-02-18 18:47:43 +00:00
parent 02ddec417e
commit 1adea34281
2 changed files with 31 additions and 0 deletions

9
.gitconfig Normal file
View 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
View 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