Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SP Singh committed Oct 18, 2021
1 parent a2ebc30 commit 0787fce
Showing 1 changed file with 2 additions and 64 deletions.
66 changes: 2 additions & 64 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@

# Created by https://www.toptal.com/developers/gitignore/api/go,windows,visualstudiocode,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=go,windows,visualstudiocode,macos

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

Expand All @@ -21,38 +9,16 @@ coverage.html
# vendor/

### Go Patch ###
/vendor/
/Godeps/
/vendor
/bin

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
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

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
Expand All @@ -64,32 +30,4 @@ Temporary Items

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/go,windows,visualstudiocode,macos
.history

0 comments on commit 0787fce

Please sign in to comment.