Skip to content

Instantly share code, notes, and snippets.

@gaurangrshah
Created October 26, 2020 00:01
Show Gist options
  • Save gaurangrshah/35193bdb60a3d1ad07627929549c356e to your computer and use it in GitHub Desktop.
Save gaurangrshah/35193bdb60a3d1ad07627929549c356e to your computer and use it in GitHub Desktop.
#system #default #root #use
############################
# OS X
############################
.DS_Store
.AppleDouble
.LSOverride
Icon
.Spotlight-V100
.Trashes
._*
############################
# Linux
############################
*~
############################
# Windows
############################
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
############################
# Packages
############################
*.7z
*.csv
*.dat
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.com
*.class
*.dll
*.exe
*.o
*.seed
*.so
*.swo
*.swp
*.swn
*.swm
*.out
*.pid
############################
# Logs and databases
############################
.tmp
*.log
*.sql
*.sqlite
*.sqlite3
############################
# Misc.
############################
*#
ssl
.idea
nbproject
public/uploads/*
!public/uploads/.gitkeep
############################
# Node.js
############################
lib-cov
lcov.info
pids
logs
results
node_modules/
.node_history
############################
# Tests
############################
testApp
coverage
############################
# Strapi
############################
.env
license.txt
exports
.cache
build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment