Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save igorferreira/1a25cb576ac70835c9cdb3c80ff8c1d0 to your computer and use it in GitHub Desktop.
Save igorferreira/1a25cb576ac70835c9cdb3c80ff8c1d0 to your computer and use it in GitHub Desktop.
# commands
# git config --global global.excludesfile "~/.gitexcludes"
# echo '.svn' > .gitexcludes
# Project specific
dist/
build/
__build__/
src/*/__build__/
.tmp/
stats.json
# Sourcemaps
*.map
# Typings
typings/
!src/typings/
# Reports directory
reports/
# Logs
./logs/
*.log
# Node
node_modules/
jspm_packages/
# OS generated files #
Desktop.ini
Thumbs.db
.DS_Store
ehthumbs.db
Icon?
# JetBrains IDEs
*.iml
.idea/
.webstorm/
*.swp
# Sublime text
.sublime-gulp.cache
# Runtime data
pids
*.pid
*.seed
#Subversion
.svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment