Update gitignore
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,24 +1,26 @@
|
|||||||
# Global gitignore
|
# global gitignore
|
||||||
# ______________________________
|
# ______________________________
|
||||||
|
|
||||||
# Node
|
# general
|
||||||
npm-debug.log
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Mac
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# WebStorm
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
# General
|
|
||||||
log/
|
log/
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Temp files
|
# node
|
||||||
|
npm-debug.log
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# python
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# folder view
|
||||||
|
.DS_Store
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# thumbnail cache
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# temp files
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*~
|
*~
|
||||||
|
|||||||
Reference in New Issue
Block a user