31 lines
391 B
Plaintext
Executable File
31 lines
391 B
Plaintext
Executable File
# Git Ignore
|
|
######################
|
|
|
|
# For this script
|
|
######################
|
|
quarantine/
|
|
log/
|
|
ClamCron.conf
|
|
|
|
# Track this file
|
|
######################
|
|
!.gitignore
|
|
|
|
# Project #
|
|
######################
|
|
.local-only/
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
.Spotlight-V100
|
|
.Trashes*
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.fuse*
|
|
|
|
# CUSTOM #
|
|
######################
|
|
log/*
|
|
!log/.gitignore |