Skip to content

Instantly share code, notes, and snippets.

@vochicong
Last active April 8, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vochicong/205d1646c786b154ea2085381aa4abba to your computer and use it in GitHub Desktop.
Save vochicong/205d1646c786b154ea2085381aa4abba to your computer and use it in GitHub Desktop.
.gitignore
# git config --global core.excludesfile ~/.gitignore
.DS_Store
# Ignore bundler config.
**/.bundle
# Ignore all logfiles and tempfiles.
**/log/*
**/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore uploaded files in development
**/storage/*
**/node_modules
**/yarn-error.log
**/public/assets
**/.byebug_history
# Ignore master key for decrypting credentials and more.
**/config/master.key
# Ignore mysql volumes
**/docker/mysql/volumes
.env
**/coverage
mysql-datavolume
src/backend/public/uploads/*
### https://raw.github.com/github/gitignore/9da1b5d8ce4e009ff627c4fe49a4488b2a3f60d4/Global/Vim.gitignore
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
.idea
**/.vscode
# Temporary
.netrwhist
*~
**/.ipynb_checkpoints
# Auto-generated tag files
tags
**/data
**/*.ipynb
# git config --global core.excludesfile ~/.gitignore_global
*~
*.log*
.DS_Store*
._*
.Trashes
*.pyc
.cache*
cache
tmp*
*.swp
# Tools, IDE related files
*.iml
.idea
.vscode
tags
.byebug_history
*.retry
# Environment
.env*
!*sample*
**/*.egg-info
**/__pycache__
**/Untitled*
**/data/*
**/.ipynb_checkpoints/*
.**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment