mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-07 15:20:33 +00:00
a35e075b8a
and remove default user from gitconfig, that should be in the gituser file
45 lines
411 B
Plaintext
45 lines
411 B
Plaintext
# always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.vi
|
|
*.bak
|
|
|
|
# some folders
|
|
*~
|
|
.~lock*
|
|
.tmp_*
|
|
.sass-cache
|
|
.revision
|
|
.rev
|
|
_srcs
|
|
log
|
|
tmp
|
|
node_modules
|
|
bower_components
|
|
|
|
# OS or editor folders and temporary and other 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
|