You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
1.1 KiB
114 lines
1.1 KiB
############################ |
|
# 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 |
|
.strapi-updater.json
|
|
|