Skip to content
.gitignore 774 B
Newer Older
Jozef Sroka's avatar
Jozef Sroka committed
.idea
Marius Burkard's avatar
Marius Burkard committed
/nbproject/private/
.phplint-cache

# macOS-specific things to exclude

# 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

# Configuration for the Nova editor
.nova

# VS Code files for those working on multiple tools
.vscode/*
*.code-workspace

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

# Visual Studio code coverage results
*.coverage
*.coveragexml