dotfiles/tilde/gitignore
2012-11-06 21:06:09 +04:00

22 lines
250 B
Plaintext

# Python stuff
*.pyc
VENV
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Installed NPM modules
node_modules
# IDEs stuff
.idea