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.
29 lines
327 B
29 lines
327 B
9 years ago
|
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
|