dots/.gitignore

26 lines
196 B
Plaintext
Raw Normal View History

2020-02-18 19:47:43 +01:00
# Global gitignore
# ______________________________
# Node
npm-debug.log
node_modules
# Mac
.DS_Store
# Windows
Thumbs.db
# WebStorm
.idea/
# General
log/
*.log
2020-02-18 20:15:16 +01:00
# Temp files
*.swp
*.swo
*~