Skip to content

Commit

Permalink
moved gitignore to correct locations
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Sep 10, 2024
1 parent 668356f commit 8e05d1a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion examples/go/hello-world/kubefox/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,65 @@
**/.DS_Store
## Go ##
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
go.work.sum

# env file
.env


## VSCode ##
# General
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for VSCode
.history/

# Built VSCode Extensions
*.vsix


## Mac OS ##
# General
.DS_Store
.AppleDouble
.LSOverride

# 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
File renamed without changes.

0 comments on commit 8e05d1a

Please sign in to comment.