feat: untrack bin file
This commit is contained in:
parent
36ce3710b1
commit
3653ea8b32
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Ignore binary files and executables
|
||||
*.exe
|
||||
*.o
|
||||
*.a
|
||||
|
||||
# Ignore the build directory
|
||||
/build
|
||||
|
||||
# Ignore any generated or temporary files
|
||||
*.log
|
||||
*.pid
|
||||
*.lock
|
||||
|
||||
# Ignore the vendor directory (if you're using Go modules)
|
||||
/vendor
|
||||
|
||||
# Ignore the Go binary and cache directories
|
||||
/bin
|
||||
/pkg
|
||||
|
||||
# Ignore any editor-specific files or directories
|
||||
.vscode
|
||||
.idea
|
||||
*.sublime-*
|
||||
|
||||
# Ignore configuration files with sensitive information (if applicable)
|
||||
config.yaml
|
||||
secrets.json
|
Loading…
x
Reference in New Issue
Block a user