Update gitignore

master
Hektor Misplon 2020-04-07 20:25:12 +00:00
parent 0ba4b9bd52
commit d6d5c63fa6
1 changed files with 17 additions and 15 deletions

32
.gitignore vendored
View File

@ -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
*~ *~