Created
October 26, 2020 00:01
-
-
Save gaurangrshah/35193bdb60a3d1ad07627929549c356e to your computer and use it in GitHub Desktop.
#system #default #root #use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################ | |
# 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