Skip to content

Instantly share code, notes, and snippets.

@mairamartinsk
Forked from octocat/.gitignore
Last active September 15, 2018 06:55
Show Gist options
  • Save mairamartinsk/c6173ad12d1853bfee13fb22fdb4ecbd to your computer and use it in GitHub Desktop.
Save mairamartinsk/c6173ad12d1853bfee13fb22fdb4ecbd to your computer and use it in GitHub Desktop.
My dotfiles. Some common dotfile configurations.
Some common dotfile configurations.
Dotfiles.
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
.htmlhintrc
.stylelintrc
.eslintrc.json
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
### Sass ###
.sass-cache/
*.css.map
### Other ###
exercises/
exercises/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment