This repository has been archived on 2026-08-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dots/.gitignore
T
2020-02-18 19:15:16 +00:00

26 lines
196 B
Plaintext

# Global gitignore
# ______________________________
# Node
npm-debug.log
node_modules
# Mac
.DS_Store
# Windows
Thumbs.db
# WebStorm
.idea/
# General
log/
*.log
# Temp files
*.swp
*.swo
*~