mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
33 lines
456 B
Text
33 lines
456 B
Text
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# Tool specific files #
|
|
#######################
|
|
# vim
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
# sublime text & textmate
|
|
*.sublime-*
|
|
*.stTheme.cache
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
# Eclipse
|
|
.settings/*
|
|
# JetBrains, aka PHPStorm, IntelliJ IDEA
|
|
.idea/*
|
|
# NetBeans
|
|
nbproject/*
|
|
# Visual Studio Code
|
|
.vscode
|
|
# Sass preprocessor
|
|
.sass-cache/
|