You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.1 KiB
Plaintext
116 lines
1.1 KiB
Plaintext
############################
|
|
# 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
|
|
############################
|
|
|
|
coverage
|
|
|
|
############################
|
|
# Strapi
|
|
############################
|
|
|
|
.env
|
|
license.txt
|
|
exports
|
|
.strapi
|
|
dist
|
|
build
|
|
.strapi-updater.json
|
|
.strapi-cloud.json
|