Skip to content

Commit

Permalink
Updated to add Apple Mac and other settings.
Browse files Browse the repository at this point in the history
Signed-off-by: Nephi <[email protected]>
  • Loading branch information
Nephiaust committed Sep 7, 2023
1 parent e4b0433 commit 83eec98
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
.idea
/uploads/*
/depreciated/*

# General Apple files
.DS_Store
.AppleDouble
.LSOverride

# Apple 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

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

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down

0 comments on commit 83eec98

Please sign in to comment.