mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-03 15:40:30 +00:00
40 lines
353 B
Plaintext
40 lines
353 B
Plaintext
# always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.vi
|
|
*.bak
|
|
|
|
# other stuff
|
|
*~
|
|
*.sass-cache
|
|
.tmp_*
|
|
.revision
|
|
_srcs
|
|
node_modules
|
|
|
|
# OS or editor folders and files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.cache
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
nbproject
|
|
*.komodoproject
|
|
.komodotools
|
|
NERD_tree*
|
|
*.iws
|
|
*.ipr
|
|
*.iml
|
|
|
|
# vcs-folders to ignore
|
|
.hg
|
|
.svn
|
|
.CVS
|