61 lines
822 B
Plaintext
61 lines
822 B
Plaintext
~*
|
|
# Stupid macOS temporary files
|
|
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
Icon?
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# Stuff from the Nova editor
|
|
.nova
|
|
node_modules
|
|
package.json
|
|
package-lock.json
|
|
.eslintrc.yml
|
|
.prettierrc.json
|
|
|
|
.editorconfig
|
|
|
|
# Original LibreMetaverse .gitignore follows
|
|
compile.bat
|
|
*.user
|
|
*.userprefs
|
|
*.suo
|
|
*.cache
|
|
*.pfx
|
|
|
|
LibreMetaverse/LibreMetaverse.XML
|
|
LibreMetaverse.*.XML
|
|
|
|
[Oo]bj/
|
|
[Bb]in/
|
|
packages/
|
|
.idea/
|
|
.vs/
|
|
/Programs/examples/TestClient/Properties/launchSettings.json
|