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.

41 lines
378 B

# git-ls-files --others --exclude-from=.git/info/exclude
# Source Control
.git
.svn
.hg
# OSX
.VolumeIcon.icns
.fseventsd
.Spotlight-V100
.Trashes
.DS_Store
._*
Icon?
# Junk
*~
*.sw?
*.pid
*.db
*.sqlite
# *.log
*.[oa]
# Node
npm-debug.log
node_modules/
node_modules/*
test/*.log
test/fixtures/*.json
test/fixtures/logs/*.log
lib-cov/
*.sass-cache
# *.cache
# Project
tmp