You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
327 B
28 lines
327 B
private
|
|
|
|
# Git credential file
|
|
.gitconfig.local
|
|
|
|
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
*~
|
|
Thumbs.db
|
|
|
|
# Files that might appear on external disks
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
|
|
# npm & bower
|
|
bower_components
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# IDEs stuff
|
|
.idea
|
|
|