Add global gitconfig & gitignore
This commit is contained in:
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