mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
########################################################################
|
|
# global ignored files
|
|
########################################################################
|
|
|
|
# ----------------------------------------------------------------------
|
|
# OS generated files
|
|
# ----------------------------------------------------------------------
|
|
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|
|
Thumbs.db
|
|
thumbs.db
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Other Version Control
|
|
# ----------------------------------------------------------------------
|
|
|
|
.svn/
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Logs and databases
|
|
# ----------------------------------------------------------------------
|
|
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Espresso project files
|
|
# ----------------------------------------------------------------------
|
|
|
|
*.esproj
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Python
|
|
# ----------------------------------------------------------------------
|
|
|
|
env/
|