Files
dots/.gitignore
Hektor Misplon 020975d9e2 Update gitignore
2020-05-07 00:05:47 +00:00

27 lines
227 B
Plaintext

# global gitignore
# ______________________________
# general
.idea/
log/
*.log
# node
npm-debug.log
node_modules
# python
*.pyc
# folder view
.DS_Store
Desktop.ini
# thumbnail cache
Thumbs.db
# temp files
*.swp
*.swo
*~