2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-07 15:20:33 +00:00
steffen-dotfiles/gitignore
Steffen Rademacker a35e075b8a re-add node_modules + bower_components to gitignore
and remove default user from gitconfig, that should be in the
gituser file
2015-05-05 13:19:51 +02:00

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