My .gitignore
*~ | |
_* | |
._* | |
*.orig | |
*.iws | |
.idea | |
.idea_modules/ | |
*.tmlanguage.cache | |
*.tmPreferences.cache | |
*.stTheme.cache | |
*.sublime-workspace | |
sftp-config.json | |
.vscode/ | |
.history | |
.fuse_hidden* | |
.directory | |
.Trash-* | |
.nfs* | |
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
Thumbs.db | |
ehthumbs.db | |
ehthumbs_vista.db | |
Desktop.ini | |
$RECYCLE.BIN/ | |
*.cab | |
*.msi | |
*.msm | |
*.msp | |
*.lnk | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
pids | |
*.pid | |
*.seed | |
*.pid.lock | |
lib-cov | |
coverage | |
.nyc_output | |
.grunt | |
bower_components | |
.lock-wscript | |
node_modules/ | |
jspm_packages/ | |
.npm | |
.eslintcache | |
.node_repl_history | |
*.tgz | |
.yarn-integrity | |
.env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment