mirror of
https://github.com/farcasclaudiu/QRcraft.git
synced 2026-06-22 09:01:18 +03:00
227d8be263
Release 1.0.0
73 lines
867 B
Plaintext
73 lines
867 B
Plaintext
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# =========================
|
|
# Operating System Files
|
|
# =========================
|
|
|
|
# OSX
|
|
# =========================
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
players/*
|
|
worlds/*
|
|
plugins/*
|
|
bin/*
|
|
timings/*
|
|
*.log
|
|
*.txt
|
|
server.properties
|
|
pocketmine.yml
|
|
|
|
# Common IDEs
|
|
.idea/*
|
|
nbproject/*
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Mac crap
|
|
.DS_Store
|
|
/nbproject/private/
|
|
|
|
# Sphinx-doc
|
|
/docs/build/
|
|
!/docs/requirements.txt
|
|
|